diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369f5cd9b..d4c426e6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - scala: '2.12' scala-version: 2.12.18 - scala: '2.13' - scala-version: 2.13.11 + scala-version: 2.13.12 - scala: '3' scala-version: 3.3.1 diff --git a/build.sbt b/build.sbt index 3c2b9cd0d..56a78f449 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.18" -ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq(