Skip to content

Commit

Permalink
Merge pull request #1079 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 Nov 5, 2024
2 parents e3e3773 + e6b56b8 commit 0875bb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.5.7" % Test
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Dependencies {
val Scala212 = "2.12.19"
val Scala213 = "2.13.14"
val Scala212 = "2.12.20"
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 0875bb0

Please sign in to comment.