From e1b4b1c67127a491be69227bee75770f45fc9afb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 16:28:42 +0000 Subject: [PATCH 1/4] [8.x] ebean 15.8.2 (was 15.8.1) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f485d93..cf90878 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { object Versions { val play: String = "3.0.6" - val ebean = "15.8.1" + val ebean = "15.8.2" val typesafeConfig = "1.4.3" } From 576c042023380cf265427b7686358c8056ce5e3d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 16:28:50 +0000 Subject: [PATCH 2/4] [8.x] scala3-library 3.3.5 (was 3.3.4) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cf90878..014b4bf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { object ScalaVersions { val scala212 = "2.12.20" val scala213 = "2.13.16" - val scala3 = "3.3.4" + val scala3 = "3.3.5" } object Versions { From db8b909cf29bf9f73e1f32e7790562d0b6c6b1ac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 16:28:58 +0000 Subject: [PATCH 3/4] [8.x] sbt-scalafmt 2.5.4 (was 2.5.2) --- docs/project/plugins.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index 6fe59f3..740bd00 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse( addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") diff --git a/project/plugins.sbt b/project/plugins.sbt index 999ac06..4fd627b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") From 3ce875980e89d361a919223b5f89ab64d3953e9f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 16:29:04 +0000 Subject: [PATCH 4/4] [8.x] scalafmt-core 3.8.6 (was 3.8.3) --- .scalafmt.conf | 2 +- docs/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1af9c64..f478ffb 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.3 +version = 3.8.6 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index d13296c..f2cb8ff 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.3 +version = 3.8.6