From fcc01d1333744c3129eb686371bd878b69108444 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 16:34:22 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9fdb51f42..9921e349b 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.19" val Scala_2_13 = "2.13.13" -val Scala_3 = "3.3.3" +val Scala_3 = "3.4.1" val catsVersion = "2.10.0" val jsonpathVersion = "2.9.0" From 27f20bf05bc3e1ab112cd6c6cc1490a3cd69b2ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 16:35:26 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9343db2e0..f84396674 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.3.3' + if: matrix.scala == '3.4.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov