diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1024897c4..1964eed8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - scala: '2.13' scala-version: 2.13.14 - scala: '3' - scala-version: 3.4.3 + scala-version: 3.5.0 steps: - name: Checkout repository diff --git a/build.sbt b/build.sbt index 03eaba0e4..5312e5bb4 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.3") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.5.0") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(