Skip to content

Commit

Permalink
Merge pull request #858 from scala-steward/update/logback-classic-1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey authored Mar 19, 2023
2 parents 663cd7f + bf5ceab commit c9877dd
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.5" % Test
"ch.qos.logback" % "logback-classic" % "1.4.6" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit c9877dd

Please sign in to comment.