Skip to content

Commit

Permalink
chore: Minor dependency updates (#2966)
Browse files Browse the repository at this point in the history
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Dec 16, 2023
1 parent d0d252d commit 0cc64d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
val ZioConfigVersion = "3.0.7"
val ZioLoggingVersion = "2.1.16"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.2.1"
val ZioMetricsConnectorsVersion = "2.3.0"
val ZioPreludeVersion = "1.0.0-RC21"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.0.20"
Expand Down Expand Up @@ -70,8 +70,8 @@ object Dependencies {

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.20.1"
val kamonCore = "io.kamon" %% "kamon-core" % "2.6.6" // Scala 3 compatible
val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.6.6" // Scala 3 incompatible
val kamonCore = "io.kamon" %% "kamon-core" % "2.7.0" // Scala 3 compatible
val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.7.0" // Scala 3 incompatible

// input validation
val commonsValidator =
Expand Down

0 comments on commit 0cc64d1

Please sign in to comment.