From 9c2d141b597d7bdf88be14f7ee4279b7851f0fa3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Apr 2021 10:04:36 +0000 Subject: [PATCH] Update kamon to v2.1.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 26045e42..49fa172c 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ lazy val psforeverSettings = Seq( "com.github.nscala-time" %% "nscala-time" % "2.26.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.2", - "io.kamon" %% "kamon-bundle" % "2.1.16", - "io.kamon" %% "kamon-apm-reporter" % "2.1.16", + "io.kamon" %% "kamon-bundle" % "2.1.17", + "io.kamon" %% "kamon-apm-reporter" % "2.1.17", "org.json4s" %% "json4s-native" % "3.6.11", "io.getquill" %% "quill-jasync-postgres" % "3.7.0", "org.flywaydb" % "flyway-core" % "7.8.1",