From 63452b1d2e82a606cbcab417066f78aecae39fab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 07:06:13 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.18 --- .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 6fbc617..141d288 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.18, 3.1.3] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ebfabda..b73e261 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.18" val scala213 = "2.13.8" val scala3 = "3.1.3" From 54a71fc9286d6ba6f498a560b9c0144cab639c20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 07:07:05 +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 141d288..0edcf30 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.18) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} - - name: Inflate target directories (2.12.16) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar