Skip to content

Commit

Permalink
Temporarily disable 2.12 build due to scoverage/sbt-scoverage#319
Browse files Browse the repository at this point in the history
  • Loading branch information
arashi01 committed Jan 30, 2021
1 parent 5368e64 commit 314f596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ lazy val commonNativeSettings = Seq(
// https://github.com/tkawachi/sbt-doctest/issues/52
doctestGenTests := Seq.empty,
coverageEnabled := false,
// Currently scala-native does not support Dotty
crossScalaVersions := { crossScalaVersions.value.filterNot(Seq(DottyOld, DottyNew).contains) }
// Currently scala-native does not support Dotty, scoverage does not support Scala 2.12.13
crossScalaVersions := { crossScalaVersions.value.filterNot(Seq(DottyOld, DottyNew, Scala212).contains) }
)

lazy val commonJvmSettings = Seq(
Expand Down

0 comments on commit 314f596

Please sign in to comment.