From 943f905f26a496051ac5af85e8ed369bca545412 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 19:26:39 +0000 Subject: [PATCH 1/4] [6.1.x] sbt-ci-release 1.9.3 (was 1.9.2) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c8f3fd9e..4e55b735 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse( addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") From 3e8445fd64f01d2e9866feb133c9a2b6317a9dd1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 19:26:47 +0000 Subject: [PATCH 2/4] [6.1.x] play 3.0.7 (was 3.0.6) --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e55b735..80bd2756 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ resolvers ++= Resolver.sonatypeOssRepos( "snapshots" ) // used by deploy nightlies, which publish here & use -Dplay.version -addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) +addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7")) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") From bb030d2b0ae8783b51f04510b57ccce4b2fa0add Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 19:26:53 +0000 Subject: [PATCH 3/4] [6.1.x] sbt 1.10.11 (was 1.10.7) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 73df629a..cc68b53f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.7 +sbt.version=1.10.11 From db6d4a9dea419ad8a6fc8cebc9cb774dbd6522c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Mar 2025 19:26:56 +0000 Subject: [PATCH 4/4] [6.1.x] scalafmt-core 3.9.4 (was 3.9.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0dc58c94..27371c00 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf -version = 3.9.1 +version = 3.9.4 runner.dialect = scala213 align.preset = more assumeStandardLibraryStripMargin = true