From e2847864b66a781928abd5f96953ca1d08d6cc34 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 Dec 2021 01:26:15 +0100 Subject: [PATCH] Update simpleclient_common to 0.14.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 269637c9bf..0cf0884fb0 100644 --- a/build.sbt +++ b/build.sbt @@ -589,7 +589,7 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom .settings( name := "tapir-prometheus-metrics", libraryDependencies ++= Seq( - "io.prometheus" % "simpleclient_common" % "0.13.0", + "io.prometheus" % "simpleclient_common" % "0.14.1", scalaTest.value % Test ) )