From 60932ecefa705bda55339bc35050f4c4f0db2a36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 13:25:18 +0000 Subject: [PATCH] Update dependency io.kamon:kamon-apm-reporter to v2.1.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54af62476..b21488c0c 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val psforeverSettings = Seq( "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.2", "io.kamon" %% "kamon-bundle" % "2.1.12", - "io.kamon" %% "kamon-apm-reporter" % "2.1.11", + "io.kamon" %% "kamon-apm-reporter" % "2.1.12", "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.6.0", "org.flywaydb" % "flyway-core" % "7.5.2",