From b26ca3520e07d232720ab0562358fd996339910d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 May 2021 13:38:19 +0000 Subject: [PATCH] Update kamon to v2.1.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5361710b0..f211ed2b4 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ lazy val psforeverSettings = Seq( "com.github.nscala-time" %% "nscala-time" % "2.28.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.2", - "io.kamon" %% "kamon-bundle" % "2.1.18", - "io.kamon" %% "kamon-apm-reporter" % "2.1.18", + "io.kamon" %% "kamon-bundle" % "2.1.19", + "io.kamon" %% "kamon-apm-reporter" % "2.1.19", "org.json4s" %% "json4s-native" % "4.0.0", "io.getquill" %% "quill-jasync-postgres" % "3.7.1", "org.flywaydb" % "flyway-core" % "7.9.1",