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 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