From 52ba3b2b1a043945bb388bc7a58522ef2ff1817f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 20:57:44 +0000 Subject: [PATCH 1/3] [3.0.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 ce241fa..3ef2be8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") From a061f76aa9d93847bed63a65bd96790819eaf720 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 20:57:48 +0000 Subject: [PATCH 2/3] [3.0.x] sbt 1.10.11 (was 1.10.10) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index fb5fef3..07e2b8f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.10.10 +sbt.version=1.10.11 From 1c279e3a87b27ea23de12a8437e753e006ef13d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 20:57:49 +0000 Subject: [PATCH 3/3] [3.0.x] scalafmt-core 3.9.4 (was 3.9.3) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 820ff26..1ec490b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,4 +13,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.9.3 +version = 3.9.4