We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4480ae commit 065adcdCopy full SHA for 065adcd
build.sbt
@@ -1050,8 +1050,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom
1050
.settings(
1051
name := "tapir-prometheus-metrics",
1052
libraryDependencies ++= Seq(
1053
- "io.prometheus" % "prometheus-metrics-core" % "1.4.3",
1054
- "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.4.3",
+ "io.prometheus" % "prometheus-metrics-core" % "1.5.0",
+ "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.5.0",
1055
scalaTest.value % Test
1056
)
1057
0 commit comments