Skip to content

Commit

Permalink
Merge pull request #803 from scala-steward/update/logback-classic-1.4.4
Browse files Browse the repository at this point in the history
logback-classic 1.4.4 (was 1.4.0)
  • Loading branch information
mkurz authored Oct 15, 2022
2 parents 5275398 + f73f077 commit 9c5401b
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 @@ -236,7 +236,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.4.0" % Test
"ch.qos.logback" % "logback-classic" % "1.4.4" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit 9c5401b

Please # to comment.