From 9db8c3fffd7fa7f55a7a9e1075ffc597d87fe448 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:28:44 +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 7ca3956..7c43afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.16, 3.1.3] + scala: [2.13.8, 2.12.20, 3.1.3] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e6ea98f..a757789 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { object Versions { - val scala212 = "2.12.16" + val scala212 = "2.12.20" val scala213 = "2.13.8" val scala3 = "3.1.3" From f55d4bcc4fa6c4f7e478f016a94e455b514457e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:29:10 +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 7c43afb..7a47dd0 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.16) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.16) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar