diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c04b46b8f..ec2068932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - scala: '2.13' scala-version: 2.13.15 - scala: '3' - scala-version: 3.4.3 + scala-version: 3.6.2 steps: - name: Checkout repository diff --git a/build.sbt b/build.sbt index f8f9d8c88..802734f65 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.20" -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.2") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(