Skip to content

Commit

Permalink
Update prometheus-metrics-core to 1.3.0 (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed May 17, 2024
1 parent 7f9523e commit 37d5586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
.settings(
name := "prometheus-backend",
libraryDependencies ++= Seq(
"io.prometheus" % "prometheus-metrics-core" % "1.2.1"
"io.prometheus" % "prometheus-metrics-core" % "1.3.0"
),
scalaTest
)
Expand Down

0 comments on commit 37d5586

Please sign in to comment.