diff --git a/build.sbt b/build.sbt index a2bfce8c08..4cfec858bc 100644 --- a/build.sbt +++ b/build.sbt @@ -625,7 +625,7 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom .settings( name := "tapir-prometheus-metrics", libraryDependencies ++= Seq( - "io.prometheus" % "simpleclient_common" % "0.14.1", + "io.prometheus" % "simpleclient_common" % "0.15.0", scalaTest.value % Test ) )