Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from WW-Digital/downgrade-logback
Browse files Browse the repository at this point in the history
downgrade logback
  • Loading branch information
markglh authored Jun 29, 2017
2 parents 3d3bcf1 + f3f53e0 commit d9a5459
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 @@ -55,7 +55,7 @@ lazy val library =
)

val logback = Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3" % Compile
"ch.qos.logback" % "logback-classic" % "1.1.11" % Compile
)

val joda = Seq(
Expand Down

0 comments on commit d9a5459

Please sign in to comment.