Skip to content

Commit

Permalink
revert logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Nov 8, 2022
1 parent 6382c4b commit 230bd4d
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 @@ -32,7 +32,7 @@ val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.2"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"

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

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

0 comments on commit 230bd4d

Please sign in to comment.