From f7d45ff0c4c77ac225b0394c0956565ca8e4d898 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:34:32 +0200 Subject: [PATCH] bump: update scala3-library from 3.2.2 to 3.3.1 (#4310) --- .github/workflows/nightly.yml | 2 +- .github/workflows/validate-and-test.yml | 2 +- project/Dependencies.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0b69ea8781..5ac2f993f4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: [2.12, 2.13, 3.2] + SCALA_VERSION: [2.12, 2.13, 3.3] JDK_VERSION: ["1.8", "1.11", "1.17"] include: - JDK_VERSION: 1.8 diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml index 955742368e..62fa8c8049 100644 --- a/.github/workflows/validate-and-test.yml +++ b/.github/workflows/validate-and-test.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: # align with publish-test-reports.yml - SCALA_VERSION: [2.12, 2.13, 3.2] + SCALA_VERSION: [2.12, 2.13, 3.3] JDK_VERSION: ["1.8", "1.11", "1.17"] include: - JDK_VERSION: 1.8 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 105ee4d4cb..a144d47036 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val scala212Version = "2.12.18" val scala213Version = "2.13.11" - val scala3Version = "3.2.2" + val scala3Version = "3.3.1" val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version) val Versions = Seq(