From bb9a6a562fd9ca2f41d4cdd810bcf3de3cfc796e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 02:15:01 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.11 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ca877..97e702d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1, 2.13.10, 2.12.13] + scala: [3.1.1, 2.13.11, 2.12.13] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 00c301b..acbd2e9 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val scalaCheck = "org.scalacheck" %% "scalacheck" % scalaCheckV % "test" val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheckEffectV % "test" //Scala versions supported -val scala213 = "2.13.10" +val scala213 = "2.13.11" val scala212 = "2.12.13" val scala3 = "3.1.1" From 6fa9f67addf81ad6628cb85a8c3426f790db559b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 02:15:34 +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 97e702d..c0764f4 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.10) + - name: Download target directories (2.13.11) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.11) run: | tar xf targets.tar rm targets.tar