From fcb6df4aee43029eca7482556fc6abeb475fc9c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Nov 2021 20:38:22 +0000 Subject: [PATCH] Update kamon to v2.4.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3e8bf5cea..12ea3de6b 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ lazy val psforeverSettings = Seq( "com.github.nscala-time" %% "nscala-time" % "2.30.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.3", - "io.kamon" %% "kamon-bundle" % "2.3.1", - "io.kamon" %% "kamon-apm-reporter" % "2.3.1", + "io.kamon" %% "kamon-bundle" % "2.4.1", + "io.kamon" %% "kamon-apm-reporter" % "2.4.1", "org.json4s" %% "json4s-native" % "4.0.3", "io.getquill" %% "quill-jasync-postgres" % "3.10.0", "org.flywaydb" % "flyway-core" % "8.0.3",