From 4ca22d39a2244627e3f398dec526e6a9c2f2f908 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:17:05 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 --- .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 6c37f615..6b674042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19, 2.13.13, 3.3.3] + scala: [2.12.20, 2.13.13, 3.3.3] java: [graalvm-ce-java11@20.3.0] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5dec3fce..1d689d54 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ inThisBuild( def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full)) -val Scala212 = "2.12.19" +val Scala212 = "2.12.20" val Scala213 = "2.13.13" val Scala3 = "3.3.3" From c0eef51cb36d37eead4844e11f0fcf1aa94b9818 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:17:30 +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 6b674042..6603c55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,12 +100,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar