From 2406246baf4eb3f3a06d40b429506e65d04dd969 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Feb 2022 01:20:33 +0100 Subject: [PATCH] Update simpleclient_common to 0.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) )