Skip to content

Commit

Permalink
Merge pull request #647 from scala-steward/update/logback-classic-1.2.5
Browse files Browse the repository at this point in the history
logback-classic 1.2.5 (was 1.2.4)
  • Loading branch information
mkurz authored Jul 31, 2021
2 parents e7c3761 + 07aafd9 commit b3e7549
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 @@ -262,7 +262,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm.settings(
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.2.4" % Test
"ch.qos.logback" % "logback-classic" % "1.2.5" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit b3e7549

Please sign in to comment.