From 5787b6779466b77add349b2dc90076f6af5dd716 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 14:15:52 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.6.3 --- project/ScalaVersions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ScalaVersions.scala b/project/ScalaVersions.scala index d65168d..7344b24 100644 --- a/project/ScalaVersions.scala +++ b/project/ScalaVersions.scala @@ -2,7 +2,7 @@ object ScalaVersions { val scala211 = "2.11.12" val scala212 = "2.12.20" val scala213 = "2.13.16" - val scala3 = "3.6.2" + val scala3 = "3.6.3" def allScalaVersions(excluding: String => Boolean = _ => false): List[String] = List(scala211, scala212, scala213, scala3).filterNot(excluding) From 3da9c53d94db993fa4cd92b9e4c12f534f9dfd31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 14:16:55 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 787e027..685eecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.20, 2.13.16, 3.6.2] + scala: [2.11.12, 2.12.20, 2.13.16, 3.6.3] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: