From ee84f3f4cbd9b1253d96e66f9ac4ab439400ad0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 20:00:01 +0000 Subject: [PATCH 1/2] Update scala-compiler to 2.12.19 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f5b568..0c7f6a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.8, 2.13.1] + scala: [2.11.12, 2.12.19, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..c07d022 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val shapelessVersion = "2.3.7" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12" -val Scala_2_12 = "2.12.8" +val Scala_2_12 = "2.12.19" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From f698259b4dad4a39f7a3f7956b5d93d5413d728a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 20:00:48 +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 0c7f6a4..32aeb06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,12 +92,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar