Skip to content

Commit

Permalink
Update logback-classic to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 5, 2023
1 parent 8d32f54 commit 90dba85
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 @@ -30,7 +30,7 @@ val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.4"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"

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

val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
Expand Down

0 comments on commit 90dba85

Please sign in to comment.