diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbbb56f..ac27df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.0.0] + scala: [2.12.16, 2.13.8, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 58209a7..609b287 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.0.0") +ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.0.2") val catsV = "2.6.1" val catsTestkitV = "2.1.5"