From 6de040f3605ec3b8fd4674663e83df4088c551a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 May 2021 12:30:23 +0000 Subject: [PATCH] Update kamon to v2.1.20 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 077c8883..3b8ed7db 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.19", - "io.kamon" %% "kamon-apm-reporter" % "2.1.19", + "io.kamon" %% "kamon-bundle" % "2.1.20", + "io.kamon" %% "kamon-apm-reporter" % "2.1.20", "org.json4s" %% "json4s-native" % "4.0.0", "io.getquill" %% "quill-jasync-postgres" % "3.7.1", "org.flywaydb" % "flyway-core" % "7.9.1",