Skip to content

Commit

Permalink
Merge pull request #1710 from scala-steward/update/simpleclient_commo…
Browse files Browse the repository at this point in the history
…n-0.14.1

Update simpleclient_common to 0.14.1
  • Loading branch information
mergify[bot] committed Dec 26, 2021
2 parents 6556d00 + e284786 commit 7effdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down

0 comments on commit 7effdd8

Please sign in to comment.