From d3a15c0955934b8039a909c85d6b65c4fdd2a7b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 16:58:10 +0000 Subject: [PATCH 1/5] [2.10.x] logback-classic 1.5.33 (was 1.5.32) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb4a77a9..4783c109 100644 --- a/build.sbt +++ b/build.sbt @@ -237,7 +237,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm else specs2(scalaVersion.value) } :+ ( - "ch.qos.logback" % "logback-classic" % "1.5.32" % Test + "ch.qos.logback" % "logback-classic" % "1.5.33" % Test ), Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value, ) From 880663567ad1e55a976f991468228a4d85f361f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 16:58:15 +0000 Subject: [PATCH 2/5] [2.10.x] play-docs-sbt-plugin 2.9.11 (was 2.9.9) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 965d8522..c5030c3c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.9")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.11")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") From 13c2f61c2fe55dbea4ee493bfa8439e8947fcc6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 16:58:30 +0000 Subject: [PATCH 3/5] [2.10.x] sbt 1.12.11 (was 1.12.9) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index df061f4f..dabdb159 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.9 +sbt.version=1.12.11 From a1ba9c700cf3fd13462d1efc3d46f211db2b7d22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 16:58:34 +0000 Subject: [PATCH 4/5] [2.10.x] sbt-scalafmt 2.6.1 (was 2.6.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c5030c3c..40c741a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 0cc8b79152e94ac0862bd5f5d6e14114ee6af63b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 16:58:36 +0000 Subject: [PATCH 5/5] [2.10.x] scalafmt-core 3.11.1 (was 3.11.0) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 02022c54..08e1117d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.0 +version = 3.11.1 runner.dialect = Scala213Source3 align.preset = true