Update kamon-core to 2.1.0

pull/6329/head
Scala Steward 2020-04-07 03:57:30 +02:00
parent 7a80dade43
commit 46ffd59407
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ object Dependencies {
val json = "com.typesafe.play" %% "play-json" % "2.8.1"
}
object kamon {
val core = "io.kamon" %% "kamon-core" % "2.0.5"
val core = "io.kamon" %% "kamon-core" % "2.1.0"
val influxdb = "io.kamon" %% "kamon-influxdb" % "2.0.1-LILA"
val metrics = "io.kamon" %% "kamon-system-metrics" % "2.0.2"
val prometheus = "io.kamon" %% "kamon-prometheus" % "2.0.1"