From 4c39ddca3ff46236fb45a2b3d841e1cc29a3f581 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:09:04 +0000 Subject: [PATCH 1/2] Update scala-compiler, scala-library to 2.13.14 --- .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 9f5b568..df799b8 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.11.12, 2.12.8, 2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..ad23e9c 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalaCheckVersion = "1.15.2" 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.14" /// sbt-github-actions configuration From 77212eb2df845fb4f7ed53e99e4e6db1a5118787 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:09:41 +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 df799b8..741ac4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar