Skip to content

Commit

Permalink
Update prometheus-metrics-core, ... to 1.2.1 (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed Apr 5, 2024
1 parent 58fd9a5 commit 8a26e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom
.settings(
name := "tapir-prometheus-metrics",
libraryDependencies ++= Seq(
"io.prometheus" % "prometheus-metrics-core" % "1.2.0",
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.2.0",
"io.prometheus" % "prometheus-metrics-core" % "1.2.1",
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.2.1",
scalaTest.value % Test
)
)
Expand Down

0 comments on commit 8a26e6f

Please sign in to comment.