Skip to content

Commit

Permalink
upgrades kanela agent from 1.0.17 to 1.0.18
Browse files Browse the repository at this point in the history
this adds support for jdk21
  • Loading branch information
danischroeter committed Oct 16, 2023
1 parent a96a353 commit 0ffb45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object BaseProject extends AutoPlugin {
/** Marker configuration for dependencies that will be shaded into their module's jar. */
lazy val Shaded = config("shaded").hide

val kanelaAgent = "io.kamon" % "kanela-agent" % "1.0.17"
val kanelaAgent = "io.kamon" % "kanela-agent" % "1.0.18"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36"
val slf4jnop = "org.slf4j" % "slf4j-nop" % "1.7.36"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.12"
Expand Down

0 comments on commit 0ffb45e

Please sign in to comment.