Skip to content

Commit

Permalink
Update kamon-core to 2.5.5, kamon-scala-future to 2.1.21 (#2119)
Browse files Browse the repository at this point in the history
* Update kamon-core to 2.5.5

* fix formatting

Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Aug 3, 2022
1 parent fcee50e commit 3eddfc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -61,8 +61,8 @@ object Dependencies {

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.9.1"
val kamonCore = "io.kamon" %% "kamon-core" % "2.5.0" // Scala 3 compatible
val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.1.5" // Scala 3 incompatible
val kamonCore = "io.kamon" %% "kamon-core" % "2.5.5" // Scala 3 compatible
val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.1.21" // Scala 3 incompatible

// input validation
val commonsValidator =
Expand Down

0 comments on commit 3eddfc4

Please sign in to comment.