From 8a9d341595dde05357bd4aad17fbc131857a7fe0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:00:36 +0000 Subject: [PATCH 1/5] [2.0.x] sbt-bloop 2.0.6 (was 2.0.5) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d52fcab0..b02c7774 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ 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") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.github.sbt" % "sbt-maven-plugin" % "0.0.2") From 67a8f0a3f9106f36ec4255fb4d1ea0626cbf9263 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:00:39 +0000 Subject: [PATCH 2/5] [2.0.x] sbt-ci-release 1.9.2 (was 1.9.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b02c7774..196cd3ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") // For the Cross Build addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") From a7df772683e19c56cc13c383163829575b34db28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:00:43 +0000 Subject: [PATCH 3/5] [2.0.x] play-docs 3.0.6 (was 3.0.5) --- 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 88333638..8e5548f6 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.5")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.6")) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From e2727f48a03283de62882314c4b4dfbe2bc8b77c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:00:46 +0000 Subject: [PATCH 4/5] [2.0.x] sbt 1.10.6 (was 1.10.5) --- 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 9c252578..c7e32983 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.5 +sbt.version=1.10.6 diff --git a/project/build.properties b/project/build.properties index 9c252578..c7e32983 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.5 +sbt.version=1.10.6 From b9069b30889cc43d90cb7a1e364b07d145163fe9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:00:52 +0000 Subject: [PATCH 5/5] [2.0.x] parsers 4.11.2 (was 4.11.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ecf158fb..fbeee65a 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.11.1").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.scalameta" %% "parsers" % "4.11.2").cross(CrossVersion.for3Use2_13), run / fork := true, buildInfoKeys := Seq[BuildInfoKey](scalaVersion), buildInfoPackage := "play.twirl.compiler",