From e8d7c2b1110e8d8b81c22aab1d27e2fa8443b3d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 05:20:06 +0000 Subject: [PATCH 1/4] sbt-bloop 1.5.13 (was 1.5.12) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a7433064..5cee55b7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") 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" % "1.5.12") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-maven-plugin" % "0.0.2") From a9f425dbcfe6d34f75c0546e42f8cfef7d011417 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 05:20:14 +0000 Subject: [PATCH 2/4] play-docs 3.0.1 (was 3.0.0) --- 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 f721b7f7..9da767b0 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.0")) +addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.1")) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 26b8fc751d57cbc36c03a47cd996b44cd0eb647f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 05:20:18 +0000 Subject: [PATCH 3/4] sbt 1.9.8 (was 1.9.7) --- 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 a47b4b27..5b79d00f 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.9.7 +sbt.version=1.9.8 diff --git a/project/build.properties b/project/build.properties index a47b4b27..5b79d00f 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.9.7 +sbt.version=1.9.8 From c420f6be7a3898e89ebeadc9da91417494390f4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 05:20:29 +0000 Subject: [PATCH 4/4] parsers 4.8.15 (was 4.8.14) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b3e8231..e5b19d10 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.14").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.15").cross(CrossVersion.for3Use2_13), run / fork := true, buildInfoKeys := Seq[BuildInfoKey](scalaVersion), buildInfoPackage := "play.twirl.compiler",