From 01e6fa9c5dceccd858353cf25cf140fe2a485507 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:10:41 +0000 Subject: [PATCH 1/4] [1.6.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 4fad6886..9b85260e 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.4")) +addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5")) addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 5be8d0448fb65537596cc0569187e940c193bce8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:10:53 +0000 Subject: [PATCH 2/4] [1.6.x] sbt 1.10.1 (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..76f43acd 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.1 diff --git a/project/build.properties b/project/build.properties index 7a3d17b7..76f43acd 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.1 From 065fb4dfdb0cf6e79f564680ded7623d3485322c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:11:10 +0000 Subject: [PATCH 3/4] [1.6.x] 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 906b5a81..94599962 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,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 2412b4e2833a8339e8fed40b63adc36c85dfafb4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:11:14 +0000 Subject: [PATCH 4/4] [1.6.x] 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