From a477c0548aee4e9a943db989593b888b88ac7778 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 May 2021 18:38:08 +0000 Subject: [PATCH] Update kamon to v2.1.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a3b76e27..ce9cee34 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.17", - "io.kamon" %% "kamon-apm-reporter" % "2.1.17", + "io.kamon" %% "kamon-bundle" % "2.1.18", + "io.kamon" %% "kamon-apm-reporter" % "2.1.18", "org.json4s" %% "json4s-native" % "3.6.11", "io.getquill" %% "quill-jasync-postgres" % "3.7.1", "org.flywaydb" % "flyway-core" % "7.9.0",