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 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"