Skip to content

Commit

Permalink
[2.10.x] Patch updates (#1117)
Browse files Browse the repository at this point in the history
* [2.10.x] logback-classic 1.5.15 (was 1.5.12)

* [2.10.x] sbt-ci-release 1.9.2 (was 1.9.0)

* [2.10.x] sbt 1.10.7 (was 1.10.6)
  • Loading branch information
scala-steward authored Jan 17, 2025
1 parent d54a5da commit 247c1a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12" % Test
"ch.qos.logback" % "logback-classic" % "1.5.15" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down
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.6
sbt.version=1.10.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 comments on commit 247c1a8

Please sign in to comment.