From ea08f6ba21d734b994aa435910d4ad31fa570c17 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Oct 2024 17:41:51 +0000 Subject: [PATCH 1/2] sbt 1.10.3 (was 1.10.2) --- 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 c23a0e71..6f011bcb 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.2 +sbt.version=1.10.3 diff --git a/project/build.properties b/project/build.properties index c23a0e71..6f011bcb 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.2 +sbt.version=1.10.3 From b6b2c6069b8185dbb009976cbc775434b0cf672c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Oct 2024 17:42:04 +0000 Subject: [PATCH 2/2] parsers 4.10.2 (was 4.10.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e13df7a..aee297b6 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val compiler = project } }, libraryDependencies += parserCombinators(scalaVersion.value), - libraryDependencies += ("org.scalameta" %% "parsers" % "4.10.1").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.scalameta" %% "parsers" % "4.10.2").cross(CrossVersion.for3Use2_13), run / fork := true, buildInfoKeys := Seq[BuildInfoKey](scalaVersion), buildInfoPackage := "play.twirl.compiler",