From e4a0333ba51177342ecdc49df4723a82a70d8639 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 17:00:12 +0000 Subject: [PATCH 1/5] [3.0.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 89f32e7c..4c3aec31 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 96e613630674b804ad6531bb603b8af5f9cefa12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 17:00:16 +0000 Subject: [PATCH 2/5] [3.0.x] play-docs-sbt-plugin 3.0.11 (was 3.0.9) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 46cb9deb..85c12041 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.9")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.11")) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") From 98128cfb2822875fe3aba5aff218dc9499b09a77 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 17:00:43 +0000 Subject: [PATCH 3/5] [3.0.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 7caf29a26e6102a662883c887606068cae7cce28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 17:00:54 +0000 Subject: [PATCH 4/5] [3.0.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 85c12041..16e8dba6 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 314ce339d014af6f20a81b0caed4a166484ed8bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 May 2026 17:00:58 +0000 Subject: [PATCH 5/5] [3.0.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