Skip to content

Commit

Permalink
Update simpleclient_common to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 26, 2021
1 parent df70cc0 commit e284786
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 e284786

Please sign in to comment.