Skip to content

Commit

Permalink
Update prometheus-metrics-core to 1.3.1 (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored May 24, 2024
1 parent 11b8b44 commit 092a8d0
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.3.0"
"io.prometheus" % "prometheus-metrics-core" % "1.3.1"
),
scalaTest
)
Expand Down

0 comments on commit 092a8d0

Please sign in to comment.