From 93966440e8a7e20d82ea4c82e50047b04915aed6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 00:54:57 +0000 Subject: [PATCH 1/3] typesafe:config 1.4.3 (was 1.4.2) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( From 1285d634a2ea423bb09191dc4038f7f35ce76184 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 00:55:03 +0000 Subject: [PATCH 2/3] sbt 1.9.7 (was 1.9.6) --- 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 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/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 From 289ced22887d13db3f80f70191b42df36ed2940e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 00:55:16 +0000 Subject: [PATCH 3/3] scalafmt-core 3.7.15 (was 3.7.14) --- .scalafmt.conf | 2 +- docs/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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