From 416bfb9bae1d29061cc8b51994e5e39b9d854e11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Apr 2021 15:28:05 +0000 Subject: [PATCH] Update kamon to v2.1.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 98af02a9a..f36fc97c0 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.15", - "io.kamon" %% "kamon-apm-reporter" % "2.1.15", + "io.kamon" %% "kamon-bundle" % "2.1.16", + "io.kamon" %% "kamon-apm-reporter" % "2.1.16", "org.json4s" %% "json4s-native" % "3.6.11", "io.getquill" %% "quill-jasync-postgres" % "3.7.0", "org.flywaydb" % "flyway-core" % "7.8.1",