We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 554f6d9 + e7c5a45 commit a8ab3b6Copy full SHA for a8ab3b6
project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt._
4
object Dependencies extends AutoPlugin {
5
6
object autoImport {
7
- val `prometheus-simpleclient` = "io.prometheus" % "simpleclient" % "0.14.1"
+ val `prometheus-simpleclient` = "io.prometheus" % "simpleclient" % "0.16.0"
8
val `prometheus-simpleclient-hotspot` = "io.prometheus" % "simpleclient_hotspot" % `prometheus-simpleclient`.revision
9
val `prometheus-simpleclient-httpserver` = "io.prometheus" % "simpleclient_httpserver" % `prometheus-simpleclient`.revision
10
0 commit comments