From 89ab034e22b4f9379058a75385914d350fb6d2d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Jan 2021 09:53:09 +0000 Subject: [PATCH] Update dependency io.kamon:kamon-bundle to v2.1.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81c41e550..c81b39144 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,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.9", + "io.kamon" %% "kamon-bundle" % "2.1.10", "io.kamon" %% "kamon-apm-reporter" % "2.1.9", "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.6.0",