From 05ee01fe5fbf0524d6f447f2deb0f886e2b4a4a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:23:24 +0000 Subject: [PATCH 1/3] [7.x] scala-library 2.13.15 (was 2.13.14) --- .github/workflows/build-test.yml | 2 +- docs/build.sbt | 4 ++-- project/Dependencies.scala | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 998d319..a7b9a72 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -53,7 +53,7 @@ jobs: uses: playframework/.github/.github/workflows/cmd.yml@v3 with: java: 17, 11 - scala: 2.13.14, 3.3.3 + scala: 2.13.15, 3.3.3 cmd: >- sbt " +publishLocal; diff --git a/docs/build.sbt b/docs/build.sbt index f0bc3a9..5b9c54e 100644 --- a/docs/build.sbt +++ b/docs/build.sbt @@ -21,8 +21,8 @@ lazy val docs = project // No resource directories shuts the ebean agent up about java sources in the classes directory Test / unmanagedResourceDirectories := Nil, Test / parallelExecution := false, - scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.13.15", "3.3.3"), ) .settings( Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value, diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f453bcb..cbb52c7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { object ScalaVersions { val scala212 = "2.12.20" - val scala213 = "2.13.14" + val scala213 = "2.13.15" val scala3 = "3.3.3" } From 9f479b779b6e26038e1def0223118b3570dcfab8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:23:40 +0000 Subject: [PATCH 2/3] [7.x] scala3-library 3.3.4 (was 3.3.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cbb52c7..4677dfc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { object ScalaVersions { val scala212 = "2.12.20" val scala213 = "2.13.15" - val scala3 = "3.3.3" + val scala3 = "3.3.4" } object Versions { From 34b63ce1bc0cf8585e6a4e5632b84850aaccf7c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:23:53 +0000 Subject: [PATCH 3/3] [7.x] sbt 1.10.2 (was 1.10.1) --- 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 76f43ac..c23a0e7 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.1 +sbt.version=1.10.2 diff --git a/project/build.properties b/project/build.properties index 76f43ac..c23a0e7 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.1 +sbt.version=1.10.2