From 68440f74134ac30e64dd96b60a1c2350c7bf2f9f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 14:56:33 +0100 Subject: [PATCH 1/2] Update scala-library to 2.13.8 --- .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 d8839aa..26503b9 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.5] + scala: [2.12.13, 2.13.8] java: [adopt@1.11, adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..5e6deb0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ val scala212 = "2.12.13" -val scala213 = "2.13.5" +val scala213 = "2.13.8" val supportedScalaVersions = List(scala212, scala213) val logbackVersion = "1.2.3" From 8386840e436f9c6a94f00d8b571fdbf01b574590 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 14:57:19 +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 26503b9..408a349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.5) + - name: Download target directories (2.13.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} - - name: Inflate target directories (2.13.5) + - name: Inflate target directories (2.13.8) run: | tar xf targets.tar rm targets.tar