From 067c084f4f4f595ed83d4629d735ff8d94e1ca0d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 14:59:24 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 --- .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 6e0fcd0c..9ab3c923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.7] + scala: [2.12.17, 2.13.12] java: [temurin@11, temurin@17] project: [rootJS, rootJVM] exclude: diff --git a/build.sbt b/build.sbt index e584f074..c16fa4cd 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val Versions = new { val previousCirceOptics = "0.14.1" val scala212 = "2.12.17" - val scala213 = "2.13.7" + val scala213 = "2.13.12" val scalaVersions = Seq(scala212, scala213) } From f9ab9f82b93cda4922938a4e432b3ba2f6024e25 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 15:00:00 +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 9ab3c923..08c6adf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,22 +207,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.7, rootJS) + - name: Download target directories (2.13.12, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS - - name: Inflate target directories (2.13.7, rootJS) + - name: Inflate target directories (2.13.12, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.7, rootJVM) + - name: Download target directories (2.13.12, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM - - name: Inflate target directories (2.13.7, rootJVM) + - name: Inflate target directories (2.13.12, rootJVM) run: | tar xf targets.tar rm targets.tar