Dependency Redbug updated from 2.0.7 to 2.1.0
(cherry picked from commit770dfd6fea
) Conflicts: rabbitmq-components.mk (cherry picked from commitc348501db2
) # Conflicts: # rabbitmq-components.mk
This commit is contained in:
parent
8bb52ad6a1
commit
85fa174a26
|
@ -291,8 +291,8 @@ erlang_package.hex_package(
|
|||
erlang_package.hex_package(
|
||||
name = "redbug",
|
||||
build_file = "@rabbitmq-server//bazel:BUILD.redbug",
|
||||
sha256 = "3624feb7a4b78fd9ae0e66cc3158fe7422770ad6987a1ebf8df4d3303b1c4b0c",
|
||||
version = "2.0.7",
|
||||
sha256 = "55d6d59697481ca4cc5ad54749aa6d78299aa8a8096027e7ae1f59db9dc94c78",
|
||||
version = "2.1.0",
|
||||
)
|
||||
|
||||
erlang_package.hex_package(
|
||||
|
|
|
@ -49,7 +49,12 @@ filegroup(
|
|||
],
|
||||
)
|
||||
|
||||
filegroup(name = "private_hdrs")
|
||||
filegroup(
|
||||
name = "private_hdrs",
|
||||
srcs = [
|
||||
"src/redbug_dbg.hrl",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(name = "public_hdrs")
|
||||
|
||||
|
|
|
@ -126,8 +126,13 @@ dep_prometheus = hex 4.11.0
|
|||
dep_ra = hex 2.13.5
|
||||
dep_ranch = hex 2.1.0
|
||||
dep_recon = hex 2.5.3
|
||||
<<<<<<< HEAD
|
||||
dep_redbug = hex 2.0.7
|
||||
dep_thoas = hex 1.2.1
|
||||
=======
|
||||
dep_redbug = hex 2.1.0
|
||||
dep_thoas = hex 1.0.0
|
||||
>>>>>>> c348501db2 (Dependency Redbug updated from 2.0.7 to 2.1.0)
|
||||
dep_observer_cli = hex 1.7.5
|
||||
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
|
||||
dep_stdout_formatter = hex 0.2.4
|
||||
|
|
Loading…
Reference in New Issue