From 99a1fe9ecf46fb84c356143a6d22c4c664cf4d43 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Mar 2021 16:23:21 +0000 Subject: [PATCH] Update dependency io.kamon:kamon-bundle to v2.1.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2f06e626..6b4430dc6 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val psforeverSettings = Seq( "com.github.nscala-time" %% "nscala-time" % "2.26.0", "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-bundle" % "2.1.13", "io.kamon" %% "kamon-apm-reporter" % "2.1.13", "org.json4s" %% "json4s-native" % "3.6.11", "io.getquill" %% "quill-jasync-postgres" % "3.7.0",