From 56e934911cedf4d2178545a73dcd32214c994f5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Dec 2024 23:49:22 +0000 Subject: [PATCH 1/3] [1.6.x] play-docs 2.9.6 (was 2.9.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 9b85260e..81878c31 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("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.6")) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 30be788c8c0c4ea0168cdba485db647844737883 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Dec 2024 23:49:26 +0000 Subject: [PATCH 2/3] [1.6.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 8f336c119754cf2c5b7f7ec81b3432d1464746f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Dec 2024 23:49:35 +0000 Subject: [PATCH 3/3] [1.6.x] parsers 4.11.2 (was 4.11.0) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52a7f6bb..1605c3e6 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.11.0").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"