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