Merge pull request #6330 from scala-steward/update/kamon-influxdb-2.1.0

Update kamon-influxdb to 2.1.0
pull/6329/head^2
Thibault Duplessis 2020-04-07 13:29:48 -05:00 committed by GitHub
commit 2046ff55af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.0"
val prometheus = "io.kamon" %% "kamon-prometheus" % "2.1.0"
}