From 95bc13ee9dacd427296a9595d37cb485cc879fe1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 11:49:21 +0200 Subject: [PATCH 1/2] Update scala-compiler to 2.12.14 --- .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 6745160..f2f68f0 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.14, 2.13.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 031dc28..f8a6c3c 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.14" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From 92bc672b2a88f1cc2b1681553a80265f268b07ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 11:49:44 +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 f2f68f0..2f34406 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,12 +110,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.14) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.14) run: | tar xf targets.tar rm targets.tar