From b6aeb3ec33c73e85cd5c115443e39afe872870f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 20:51:05 +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 3fcfb24..5af8f6b 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.12.13 +sbt.version=1.12.14 From 8f7d7022abfb9177df39175382029adfa736ba55 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 20:51:08 +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 b83440a..2923cd0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6") addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") -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 8a515954cf1a1b41e1311ea83e57e4124e0ef38c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 20:51:09 +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 96461c0..0081d7b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,4 +13,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.11.3 +version = 3.11.4