From e665db71535584dac9680ccc1f184aee323f661a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:39:27 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.13 --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adf68618..dddac684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.18] + scala: [2.13.13, 2.12.18] java: [adopt-hotspot@8, adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: @@ -106,7 +106,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.13] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: @@ -171,7 +171,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.18] + scala: [2.13.13, 2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -215,7 +215,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.13] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: @@ -228,7 +228,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.13] java: [adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 67672943..cb748974 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtghactions.JavaSpec.Distribution.Adopt -val Scala213 = "2.13.10" +val Scala213 = "2.13.13" val Scala212 = "2.12.18" val Java18 = JavaSpec(Adopt, "8") val Java11 = JavaSpec(Adopt, "11") From 01987fe0e96e19364d1433f417781a2e38a6d1df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:40:08 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dddac684..70f8354d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,12 +141,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar @@ -232,12 +232,12 @@ jobs: java: [adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar