From 94e1afac646a689daf5f34cc808794adfb265d62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:39:24 +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 de81f409..f279b1e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19, 2.13.14, 3.3.3] + scala: [2.12.20, 2.13.14, 3.3.3] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index b68dc006..bd057ee1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import com.typesafe.tools.mima.core._ val isScala3 = Def.setting(scalaBinaryVersion.value == "3") // sbt-github-actions needs configuration in `ThisBuild` -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3") ThisBuild / scalaVersion := crossScalaVersions.value.tail.head ThisBuild / githubWorkflowBuildPreamble ++= List( WorkflowStep.Sbt(List("mimaReportBinaryIssues"), name = Some("Check binary compatibility")), From c1cd7af4e3229c3f270a1b0b20bda8db25098027 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 17:39:45 +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 f279b1e9..b71d7af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,12 +91,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar