Skip to content

Commit

Permalink
Merge pull request #1015 from scala-steward/update/2.10.x/patches
Browse files Browse the repository at this point in the history
[2.10.x] Patch updates
  • Loading branch information
mkurz authored Apr 29, 2024
2 parents 918a526 + 18df4e2 commit 2320f28
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 @@ -146,7 +146,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test,
),
libraryDependencies += {
if (isScala3.value) {
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.3" % Test
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit 2320f28

Please sign in to comment.