From bb43ac479280accfbf2b113515f6f6978553198a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jun 2022 11:44:34 +0200 Subject: [PATCH 1/2] Update scala-compiler to 2.12.16 --- .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 0d6e654..fa73b68 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.16, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..41755db 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.16" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From b7b5761c3ec06582e789e771957bebdf49908664 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jun 2022 11:44:47 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .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 fa73b68..e3909e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,12 +114,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.16) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.16) run: | tar xf targets.tar rm targets.tar