From a703845a2ffd88dac50e801828104e7a6f9c91fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 02:43:57 +0000 Subject: [PATCH 1/2] sbt 1.9.7 (was 1.9.6) (cherry picked from commit fd5617301f6a606a87565b71e9ad56f60e8547d8) --- docs/project/build.properties | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/build.properties b/docs/project/build.properties index 7f597f8e..a47b4b27 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.9.6 +sbt.version=1.9.7 diff --git a/project/build.properties b/project/build.properties index 7f597f8e..a47b4b27 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.9.6 +sbt.version=1.9.7 From 935428df6884a77ea7ad6aed5d98ea7bbf089b7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 02:44:07 +0000 Subject: [PATCH 2/2] scalafmt-core 3.7.15 (was 3.7.14) (cherry picked from commit 97041ff75d4dce34ea9d3afd6e8201359d522c90) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b5c6e8b2..59597200 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.15 runner.dialect = scala213