Skip to content

Commit

Permalink
use logback version compatible with slf4j version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Mar 4, 2024
1 parent da1769f commit aa2a01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ lazy val `kamon-apm-reporter` = (project in file("reporters/kamon-apm-reporter")
okHttp % "provided,shaded",
"com.google.protobuf" % "protobuf-java" % "3.21.7" % "provided,shaded",

"ch.qos.logback" % "logback-classic" % "1.2.3" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.2" % "test",
"org.scalatest" %% "scalatest" % "3.2.9" % "test",
("com.typesafe.akka" %% "akka-http" % "10.1.8" % "test").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" %% "akka-stream" % "2.5.23" % "test").cross(CrossVersion.for3Use2_13),
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object BaseProject extends AutoPlugin {
val kanelaAgent = "io.kamon" % "kanela-agent" % "1.0.18"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.12"
val slf4jnop = "org.slf4j" % "slf4j-nop" % "2.0.12"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.12"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.2"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.10"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
Expand Down

0 comments on commit aa2a01e

Please sign in to comment.