From 8766a8a5efa1f4477199a9c8525c1832093f62c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:29 +0000 Subject: [PATCH 1/8] 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 a7da0378..ffa17e1f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") From 2faf368c0b4585a5594ece69edd58da6fb7d5422 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:37 +0000 Subject: [PATCH 2/8] plexus-utils 4.0.2 (was 4.0.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c7fe2097..f6ac278f 100644 --- a/build.sbt +++ b/build.sbt @@ -177,7 +177,7 @@ lazy val mavenPlugin = project .dependsOn(parser / publishM2) .dependsOn(apiJvm / publishM2) .value, - libraryDependencies += "org.codehaus.plexus" % "plexus-utils" % "4.0.1", + libraryDependencies += "org.codehaus.plexus" % "plexus-utils" % "4.0.2", Compile / headerSources ++= (baseDirectory.value / "src" / "maven-test" ** ("*.java" || "*.scala" || "*.scala.html") --- (baseDirectory.value ** "target" ** "*")).get, mimaFailOnNoPrevious := false, ) From 08ca9b3c0a524218e6e0904eddae139ad96d1779 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:44 +0000 Subject: [PATCH 3/8] play-docs 3.0.5 (was 3.0.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 41a59eeb..88333638 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -6,6 +6,6 @@ lazy val sbtTwirl = ProjectRef(Path.fileProperty("user.dir").getParentFile, "plu resolvers ++= DefaultOptions.resolvers(snapshot = true) -addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5")) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 4a08c48de0957386cf29e6586dba8249afe41f2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:51 +0000 Subject: [PATCH 4/8] scala-compiler 2.12.20 (was 2.12.19) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e512a256..f1627316 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ */ object Dependencies { - val Scala212 = "2.12.19" + val Scala212 = "2.12.20" val Scala213 = "2.13.14" val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) From f280e895de3141fad12b5c7ba19c577673640360 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:37:58 +0000 Subject: [PATCH 5/8] scala-compiler 2.13.15 (was 2.13.14) --- docs/build.sbt | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.sbt b/docs/build.sbt index 1a9238e9..2f21ac69 100644 --- a/docs/build.sbt +++ b/docs/build.sbt @@ -10,7 +10,7 @@ lazy val docs = project .enablePlugins(PlayDocsPlugin) .configs(Configuration.of("Docs", "docs")) .settings( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", // use special snapshot play version for now resolvers ++= DefaultOptions.resolvers(snapshot = true), libraryDependencies += component("play-test") % "test", diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f1627316..10f85921 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { val Scala212 = "2.12.20" - val Scala213 = "2.13.14" + val Scala213 = "2.13.15" val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) } From 8611ea149c8bc916bdf4b44616f709260355a709 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:38:04 +0000 Subject: [PATCH 6/8] sbt 1.10.2 (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 7a3d17b7..c23a0e71 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.2 diff --git a/project/build.properties b/project/build.properties index 7a3d17b7..c23a0e71 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.2 From 6b081c53de670333ab902e43a030856668db3382 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:38:13 +0000 Subject: [PATCH 7/8] parsers 4.9.9 (was 4.9.7) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6ac278f..0685c86f 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.9.7").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.scalameta" %% "parsers" % "4.9.9").cross(CrossVersion.for3Use2_13), run / fork := true, buildInfoKeys := Seq[BuildInfoKey](scalaVersion), buildInfoPackage := "play.twirl.compiler", From 931d0a45e3519c30e7bc69018fcc0e451c5d052b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:38:15 +0000 Subject: [PATCH 8/8] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4bf41280..7cb39388 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala213