From 8aa54e69eed94d26e9af624edd4d4e0c7eaf10ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 15:37:07 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a1e7f7..a7b8e7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.2.2] + scala: [2.12.18, 2.13.12, 3.2.2] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -84,7 +84,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ddcf70dc..37af4079 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / versionScheme := Some("always") Global / onChangedBuildSource := ReloadOnSourceChanges -lazy val scalaVersion213 = "2.13.11" +lazy val scalaVersion213 = "2.13.12" lazy val scalaVersion3 = "3.2.2" ThisBuild / scalaVersion := scalaVersion213 ThisBuild / crossScalaVersions := Seq("2.12.18", scalaVersion213, scalaVersion3) From f950526a5d223d668fc281bea14d0f9e21d75907 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 15:37:58 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b8e7bf..578290d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,12 +129,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar