Skip to content

Commit

Permalink
Update prometheus-metrics-core to 1.3.6 (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Feb 15, 2025
1 parent e8a487c commit cd98602
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 @@ -892,7 +892,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
.settings(
name := "prometheus-backend",
libraryDependencies ++= Seq(
"io.prometheus" % "prometheus-metrics-core" % "1.3.5"
"io.prometheus" % "prometheus-metrics-core" % "1.3.6"
),
scalaTest
)
Expand Down

0 comments on commit cd98602

Please sign in to comment.