From a62d5b8d81ad7639426abad0e896b402a9f0c78b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Sep 2020 02:14:44 +0000 Subject: [PATCH] Update dependency io.kamon:kamon-bundle to v2.1.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aee888ad6..9560f85f9 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val psforeverSettings = Seq( "com.github.nscala-time" %% "nscala-time" % "2.24.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.1", - "io.kamon" %% "kamon-bundle" % "2.1.0", + "io.kamon" %% "kamon-bundle" % "2.1.6", "io.kamon" %% "kamon-apm-reporter" % "2.1.6", "org.json4s" %% "json4s-native" % "3.6.8", "io.getquill" %% "quill-jasync-postgres" % "3.5.2",