From eaad13f73007143935cd5cbe24203eb4fb551940 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:25:18 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0b4a4d..6e3baf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11, 2.12.18, 3.3.0] + scala: [2.13.11, 2.12.20, 3.3.0] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1c588d3..bd9c8d6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { object Versions { - val scala212 = "2.12.18" + val scala212 = "2.12.20" val scala213 = "2.13.11" val scala3 = "3.3.0" From 5cb683c9ac9ce336a595dfbcc59d96a62b3c8c16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:25:43 +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 6e3baf8..777fe72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,12 +128,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar