From 402342f995a7ffb4f1ebb2260b2469238331c339 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Oct 2020 13:31:40 +0000 Subject: [PATCH] Update dependency io.kamon:kamon-apm-reporter to v2.1.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a94b46d86..e15b58ce8 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,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.7", - "io.kamon" %% "kamon-apm-reporter" % "2.1.6", + "io.kamon" %% "kamon-apm-reporter" % "2.1.7", "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.5.3", "org.flywaydb" % "flyway-core" % "7.0.0",