From 0b16ac853e67ab3fa80af5a5d65ac1988882ef87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:02:32 +0000 Subject: [PATCH 1/5] ebean 15.3.1 (was 15.3.0) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index acaf462..4790e36 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { object Versions { val play: String = "3.0.3" - val ebean = "15.3.0" + val ebean = "15.3.1" val typesafeConfig = "1.4.3" } From 762c9adfade65bb70913bef0d7cdd4fd4d2e6098 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:02:41 +0000 Subject: [PATCH 2/5] play-docs 3.0.4 (was 3.0.3) --- docs/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index b03b15d..9d976e1 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -6,7 +6,7 @@ lazy val sbtPlayEbean = ProjectRef(Path.fileProperty("user.dir").getParentFile, resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From aa723078e3e4e88ab6e83d8b5e1f31ab0b319b3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:02:50 +0000 Subject: [PATCH 3/5] play-docs-sbt-plugin 3.0.4 (was 3.0.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4790e36..3b553b9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "3.0.3" + val play: String = "3.0.4" val ebean = "15.3.1" val typesafeConfig = "1.4.3" } From a392b20fb6528a115af2d98bb1f895ff34be5c18 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:02:57 +0000 Subject: [PATCH 4/5] sbt 1.10.1 (was 1.10.0) --- 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 7a3d17b..76f43ac 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.10.0 +sbt.version=1.10.1 diff --git a/project/build.properties b/project/build.properties index 7a3d17b..76f43ac 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.10.0 +sbt.version=1.10.1 From 77dcd2b18fccc7c9cdff8d5b30866b7c6e11ee85 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 19:03:01 +0000 Subject: [PATCH 5/5] scalafmt-core 3.8.2 (was 3.8.1) --- .scalafmt.conf | 2 +- docs/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2f80541..9f9fe2b 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.8.1 +version = 3.8.2 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index 854fc03..53ac5d0 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.8.1 +version = 3.8.2