Skip to content

Commit

Permalink
Update prometheus-metrics-core to 1.3.4 (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Nov 26, 2024
1 parent 5b7a30f commit 0da464e
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
@@ -974,7 +974,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
.settings(
name := "prometheus-backend",
libraryDependencies ++= Seq(
"io.prometheus" % "prometheus-metrics-core" % "1.3.3"
"io.prometheus" % "prometheus-metrics-core" % "1.3.4"
),
scalaTest
)

0 comments on commit 0da464e

Please sign in to comment.