Update kamon

This commit is contained in:
Renovate Bot 2021-10-05 07:15:43 +00:00 committed by renovate[bot]
parent 5f833e2a30
commit 0001ef6ce5
2 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@ lazy val psforeverSettings = Seq(
"com.github.nscala-time" %% "nscala-time" % "2.30.0", "com.github.nscala-time" %% "nscala-time" % "2.30.0",
"com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0",
"org.scala-graph" %% "graph-core" % "1.13.3", "org.scala-graph" %% "graph-core" % "1.13.3",
"io.kamon" %% "kamon-bundle" % "2.1.20", "io.kamon" %% "kamon-bundle" % "2.2.3",
"io.kamon" %% "kamon-apm-reporter" % "2.1.20", "io.kamon" %% "kamon-apm-reporter" % "2.2.3",
"org.json4s" %% "json4s-native" % "4.0.3", "org.json4s" %% "json4s-native" % "4.0.3",
"io.getquill" %% "quill-jasync-postgres" % "3.10.0", "io.getquill" %% "quill-jasync-postgres" % "3.10.0",
"org.flywaydb" % "flyway-core" % "7.15.0", "org.flywaydb" % "flyway-core" % "7.15.0",

View file

@ -2,7 +2,7 @@ logLevel := Level.Warn
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14") addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.10") addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.12")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")