From 17ecee8db2ca560997810f68431e7f8d7d069ba7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:55:58 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.12.19 --- .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..009d2d8f 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.19, 3.1.0] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 86ca3bfd..f49a17bf 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.19" val Jdk11 = "openjdk@1.11.0" ThisBuild / scalaVersion := Scala213 From 0612eab9c09444ea4a571bde327142a7f5c71f10 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:56:50 +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 009d2d8f..caaae6b2 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.19) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar