Skip to content

Commit

Permalink
Update jcl-over-slf4j to 2.0.15 (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 9, 2024
1 parent b6cfede commit 40bc79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"

val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14"
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.14" // needed form amazon java sdk
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.15" // needed form amazon java sdk

val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.2"
Expand Down

0 comments on commit 40bc79d

Please sign in to comment.