From fcd1a664ffcab064a309a79720ebf401f44b71a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Mar 2021 06:08:44 +0100 Subject: [PATCH 1/2] Update 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 9743231..0891b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.4] + scala: [2.12.13, 2.13.5] java: [adopt@1.11, adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index db0dfe3..24a6f94 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212 = "2.12.13" -val scala213 = "2.13.4" +val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) val logbackVersion = "1.2.3" From b04420cc5356c7c70bfd7c376a05b389517e9129 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Mar 2021 06:09:09 +0100 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 0891b1c..8862577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.4) + - name: Download target directories (2.13.5) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.4-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} - - name: Inflate target directories (2.13.4) + - name: Inflate target directories (2.13.5) run: | tar xf targets.tar rm targets.tar