From c403cc00623f50dc62b14ff63d9c66db1d45c9d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 14:24:37 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.11 --- .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..d39e753 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.11] java: [adopt@1.11, adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..1de6785 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.11" val supportedScalaVersions = List(scala212, scala213) val logbackVersion = "1.2.3" From 6978079ec78662ff13556bc60d055facd3bb3f3e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 14:25:12 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 d39e753..56548fb 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.11) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} - - name: Inflate target directories (2.13.5) + - name: Inflate target directories (2.13.11) run: | tar xf targets.tar rm targets.tar