Skip to content

Commit eee077c

Browse files
committed
Temporarily disable 2.12 build due to scoverage/sbt-scoverage#319
1 parent 748c49d commit eee077c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ lazy val commonNativeSettings = Seq(
237237
// https://github.com/tkawachi/sbt-doctest/issues/52
238238
doctestGenTests := Seq.empty,
239239
coverageEnabled := false,
240-
// Currently scala-native does not support Dotty
241-
crossScalaVersions := { crossScalaVersions.value.filterNot(Seq(DottyOld, DottyNew).contains) }
240+
// Currently scala-native does not support Dotty, scoverage does not support Scala 2.12.13
241+
crossScalaVersions := { crossScalaVersions.value.filterNot(Seq(DottyOld, DottyNew, Scala212).contains) }
242242
)
243243

244244
lazy val commonJvmSettings = Seq(

0 commit comments

Comments
 (0)