From c62a581b59efe5d86cf80ec1f46006cc4c6444e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 02:33:05 +0000 Subject: [PATCH 1/2] sbt 1.9.7 (was 1.9.6) (cherry picked from commit c42dd61ad57176bfbf86a77f560a0216ab435395) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 3e36d8fd..7d718f0f 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.9.6 +sbt.version=1.9.7 From 2ea0ee3c7f36eba73c22100e4ac86efd305a4c47 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 02:33:12 +0000 Subject: [PATCH 2/2] scalafmt-core 3.7.15 (was 3.7.14) (cherry picked from commit 012d3d66c5169d9381eeef95bf7af314e452896c) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9ac4d087..4c32b38b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve newlines.afterCurlyLambda = preserve -version = 3.7.14 +version = 3.7.15