From 7efd5966dd1388b5b8c5c32824c28e5d1ef6dc46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:01:47 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 2 +- build.sbt | 12 +++++++++--- modules/core/.github/workflows/ci.yml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8cc0a7..452ccbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.2.2, 2.12.14] + scala: [2.13.8, 3.2.2, 2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index bdec7b0..a15e86c 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ Global / excludeLintKeys += scmInfo val Scala213 = "2.13.8" ThisBuild / spiewakMainBranches := Seq("main") -ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.2", "2.12.14") +ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.2", "2.12.20") ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head ThisBuild / initialCommands := """ |import cats._, data._, syntax.all._ @@ -55,11 +55,17 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) scalafmtOnCompile := true, libraryDependencies ++= dep("org.typelevel", "cats-", "2.9.0")("core")().value ++ - dep("org.typelevel", "cats-effect", "3.5.0")("")("-laws", "-testkit").value ++ + dep("org.typelevel", "cats-effect", "3.5.0")("")( + "-laws", + "-testkit" + ).value ++ dep("co.fs2", "fs2-", "3.7.0")("core")().value ++ dep("org.scalameta", "munit", "1.0.0-M7")()("", "-scalacheck").value ++ dep("org.typelevel", "", "2.0.0-M3")()("munit-cats-effect").value ++ - dep("org.typelevel", "scalacheck-effect", "2.0.0-M2")()("", "-munit").value + dep("org.typelevel", "scalacheck-effect", "2.0.0-M2")()( + "", + "-munit" + ).value ) lazy val docs = project diff --git a/modules/core/.github/workflows/ci.yml b/modules/core/.github/workflows/ci.yml index ffee49f..2595aa9 100644 --- a/modules/core/.github/workflows/ci.yml +++ b/modules/core/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.6, 3.0.0, 2.12.14] + scala: [2.13.6, 3.0.0, 2.12.20] java: [adopt@1.11.0-11] runs-on: ${{ matrix.os }} steps: From a14fed4ea6a7508110404d44704aacd9aed1cdd1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:02:11 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 452ccbe..4b1c04a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,12 +126,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.14) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.14) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar @@ -172,12 +172,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.14) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.14) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar