From 1198f7fa20210e31d3ac2aa7dc7783aa93cdfa97 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Feb 2021 23:30:41 +0100 Subject: [PATCH 1/2] Update scala-compiler, scala-library to 2.12.13 --- .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 f490098..8e4d37e 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.13, 2.13.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a4fd7fa..040dafa 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val shapelessVersion = "2.3.3" 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.13" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From d0266607a189e8b2370bb62df8f541e1bb88be27 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Thu, 4 Mar 2021 20:53:37 +0100 Subject: [PATCH 2/2] Update workflow --- .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 8e4d37e..4395cec 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.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.13) run: | tar xf targets.tar rm targets.tar