Skip to content

Commit

Permalink
Merge pull request #1097 from playframework/update/3.0.x/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored Nov 12, 2024
2 parents 0233b2c + 5478176 commit 4efcd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val isScala3 = Def.setting {

def specs2(scalaVersion: String) =
Seq("core", "junit").map { n =>
("org.specs2" %% s"specs2-$n" % "4.20.8") % Test
("org.specs2" %% s"specs2-$n" % "4.20.9") % Test
}

val jacksonDatabindVersion = "2.14.3"
Expand Down Expand Up @@ -237,7 +237,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
"ch.qos.logback" % "logback-classic" % "1.5.12" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit 4efcd9f

Please sign in to comment.