From d181b0fd71205ab07a3c60d4b6b6d8081f27cc0a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Feb 2021 23:30:36 +0100 Subject: [PATCH 1/2] Update scala-compiler, scala-library to 2.13.5 --- .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..a118e76 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.13.5, 2.12.8, 2.13.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a4fd7fa..71ff1a0 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val macroParadiseVersion = "2.1.1" val shapelessVersion = "2.3.3" val scalaCheckVersion = "1.15.2" -val Scala_2_11 = "2.11.12" +val Scala_2_11 = "2.13.5" val Scala_2_12 = "2.12.8" val Scala_2_13 = "2.13.1" From 0cce90b400570fbba362b93b15a86a9ad2f85498 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Thu, 4 Mar 2021 20:57:09 +0100 Subject: [PATCH 2/2] Fix version and update workflow --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a118e76..6eb4a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.5, 2.12.8, 2.13.1] + scala: [2.11.12, 2.12.8, 2.13.5] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -120,12 +120,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.5) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.5) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 71ff1a0..f22dcf8 100644 --- a/build.sbt +++ b/build.sbt @@ -13,9 +13,9 @@ val macroParadiseVersion = "2.1.1" val shapelessVersion = "2.3.3" val scalaCheckVersion = "1.15.2" -val Scala_2_11 = "2.13.5" +val Scala_2_11 = "2.11.12" val Scala_2_12 = "2.12.8" -val Scala_2_13 = "2.13.1" +val Scala_2_13 = "2.13.5" /// sbt-github-actions configuration