From 8e713dc19916407b969f537ae464371e4b3b7cfa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Apr 2021 16:21:13 +0000 Subject: [PATCH] Update kamon to v2.1.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a088d5e5..6e09fc9f 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.13", - "io.kamon" %% "kamon-apm-reporter" % "2.1.13", + "io.kamon" %% "kamon-bundle" % "2.1.15", + "io.kamon" %% "kamon-apm-reporter" % "2.1.15", "org.json4s" %% "json4s-native" % "3.6.11", "io.getquill" %% "quill-jasync-postgres" % "3.7.0", "org.flywaydb" % "flyway-core" % "7.7.1",