From c30810212f5af25325afe688e77238c0389327ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 18:17:46 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9785e28a..f9739066 100644 --- a/build.sbt +++ b/build.sbt @@ -121,7 +121,7 @@ ThisBuild / githubWorkflowEnv ++= List( "SONATYPE_USERNAME" ).map(envKey => envKey -> s"$${{ secrets.$envKey }}").toMap -lazy val scala3 = "3.1.3" +lazy val scala3 = "3.3.5" lazy val scala2_13 = "2.13.8" lazy val scala2_12 = "2.12.16" From 826cd594e9b00b2b352e34251595bff385e8fd82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 18:18:30 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d97fa20..bda0e205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.1.3] + scala: [2.13.8, 3.3.5] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.5] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -115,12 +115,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.5) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.5) run: | tar xf targets.tar rm targets.tar