From 64fa94dca4964a9d684146bdd5461fd6596f3672 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 23:40:02 +0000 Subject: [PATCH 1/2] Update sbt, scripted-plugin to 1.12.14 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 7c95fc1..e544c4d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=1.12.14 From 5a5d3c79c0364c0916437b1e4aa826a79b800b86 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 23:40:21 +0000 Subject: [PATCH 2/2] Update scalafmt-core to 3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 65eceb7..8c613d2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.3 +version = 3.11.4 runner.dialect = scala3 align.preset = most