Skip to content

Commit

Permalink
Merge pull request #1086 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Nov 5, 2024
2 parents 55861ca + 0c9d4b8 commit 5d85566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.18.1" % Test,
),
libraryDependencies += {
if (isScala3.value) {
Expand Down Expand Up @@ -251,7 +251,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.10" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Dependencies {
val Scala212 = "2.12.20"
val Scala213 = "2.13.14"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.5

0 comments on commit 5d85566

Please sign in to comment.