From 5640cb4fc5dae7cfb02c9067da87d5cebd47962f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 21:00:16 +0000 Subject: [PATCH 1/3] sbt 1.12.14 (was 1.12.13) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 7c95fc19..e544c4d1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=1.12.14 From eb655aeb74f1971524df27a5ed6a7f119c021560 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 21:00:19 +0000 Subject: [PATCH 2/3] sbt-scalafmt 2.6.2 (was 2.6.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 20fab3f8..918384c3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.12") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0") From a5611950a7895f1b9b0309c6d8bd0bd8bbf41a6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 21:00:20 +0000 Subject: [PATCH 3/3] scalafmt-core 3.11.4 (was 3.11.3) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index edd4167f..381ea675 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.3 +version = 3.11.4 runner.dialect = Scala213Source3 align.preset = true