File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dep_cowboy = hex 2.8.0
115
115
dep_cowlib = hex 2.9.1
116
116
dep_jsx = hex 3.1.0
117
117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118
- dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
118
+ dep_prometheus = hex 4.8.2
119
119
dep_ra = hex 2.0.6
120
120
dep_ranch = hex 2.1.0
121
121
dep_recon = hex 2.5.2
Original file line number Diff line number Diff line change @@ -176,12 +176,9 @@ erlang_app(
176
176
build_file = rabbitmq_workspace + "//:BUILD.osiris" ,
177
177
)
178
178
179
- github_erlang_app (
179
+ hex_pm_erlang_app (
180
180
name = "prometheus" ,
181
- repo = "prometheus.erl" ,
182
- org = "deadtrickster" ,
183
- ref = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78" ,
184
- version = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78" ,
181
+ version = "4.8.2" ,
185
182
first_srcs = [
186
183
"src/prometheus_collector.erl" ,
187
184
"src/prometheus_format.erl" ,
@@ -191,6 +188,7 @@ erlang_app(
191
188
deps = [
192
189
"@quantile_estimator//:erlang_app" ,
193
190
],
191
+ sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98" ,
194
192
)
195
193
196
194
github_erlang_app (
You can’t perform that action at this time.
0 commit comments