From aed770adb6611a2fff3183da95117cb08f3df397 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 01:06:05 +0000 Subject: [PATCH 1/2] sbt 1.9.7 (was 1.9.6) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 27430827..e8a1e246 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 From 79fe4c11e3b0d2b1981b20f98f2b57c138c2f848 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 01:06:11 +0000 Subject: [PATCH 2/2] scalafmt-core 3.7.15 (was 3.7.14) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bfb939db..8d4efe8e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.15 runner.dialect = Scala213Source3 align.preset = true