diff --git a/.scalafmt.conf b/.scalafmt.conf index 1be6008..61948d9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.7.14 +version = 3.7.15 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index a241851..4655f83 100644 --- a/docs/.scalafmt.conf +++ b/docs/.scalafmt.conf @@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.7.14 +version = 3.7.15 diff --git a/docs/project/build.properties b/docs/project/build.properties index 7f597f8..a47b4b2 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/Dependencies.scala b/project/Dependencies.scala index 90a77cf..ae7ac1e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -18,7 +18,7 @@ object Dependencies { val play: String = "2.9.0-RC2" val ebean = "13.17.3" val ebeanJakarta = s"$ebean-jakarta" - val typesafeConfig = "1.4.2" + val typesafeConfig = "1.4.3" } val ebean = libraryDependencies ++= Seq( diff --git a/project/build.properties b/project/build.properties index 7f597f8..a47b4b2 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