From a90ee706fec2defe2235326db9e8ca3095087be7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:35:52 +0000 Subject: [PATCH 1/4] [7.x] sbt-mima-plugin 1.1.4 (was 1.1.3) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d6b89f7..25e9fc8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 4de879d9bed77c6dbeed87312ef5699c8bd2495e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:36:09 +0000 Subject: [PATCH 2/4] [7.x] play-docs 2.9.5 (was 2.9.4) --- 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 9f5b3c9..9dc75d8 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("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5")) addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From 5aebbc013df98bc495ea5bb6d1f03c315f173927 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:36:24 +0000 Subject: [PATCH 3/4] [7.x] play-docs-sbt-plugin 2.9.5 (was 2.9.4) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5f14304..dbbbfc8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { } object Versions { - val play: String = "2.9.4" + val play: String = "2.9.5" val ebean = "15.3.1" val typesafeConfig = "1.4.3" } From 2e4a3f9eb153e09725799534a120988eb470b12d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:36:29 +0000 Subject: [PATCH 4/4] [7.x] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- docs/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9f9fe2b..1af9c64 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.2 +version = 3.8.3 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index 53ac5d0..d13296c 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.2 +version = 3.8.3