From af90795ca3f9158ce2a7f78d14e45637477ba9a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:23:53 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect 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 4d577a5d..689f155e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15, 3.1.0] + scala: [2.13.7, 2.12.20, 3.1.0] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3a8667ff..2bde5993 100644 --- a/build.sbt +++ b/build.sbt @@ -177,7 +177,7 @@ lazy val mavenSettings = Seq( val Scala30 = "3.1.0" val Scala213 = "2.13.7" -val Scala212 = "2.12.15" +val Scala212 = "2.12.20" val Jdk11 = "openjdk@1.11.0" ThisBuild / scalaVersion := Scala213 From 84dd11855b54e9254b1836f09d2bd8f0da90d449 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:24:27 +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 689f155e..ebf4a6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,12 +124,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar