Update kamon-influxdb to 2.1.0

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

View File

@ -61,7 +61,7 @@ object Dependencies {
}
object kamon {
val core = "io.kamon" %% "kamon-core" % "2.0.5"
val influxdb = "io.kamon" %% "kamon-influxdb" % "2.0.1-LILA"
val influxdb = "io.kamon" %% "kamon-influxdb" % "2.1.0"
val metrics = "io.kamon" %% "kamon-system-metrics" % "2.0.2"
val prometheus = "io.kamon" %% "kamon-prometheus" % "2.0.1"
}