Skip to content

Commit

Permalink
Disable partial unification
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Apr 5, 2019
1 parent 1034c3d commit 99d1dee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions each/build.sbt.shared
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ libraryDependencies += "com.thoughtworks.sde" %%% "core" % "3.3.1"

libraryDependencies += "com.thoughtworks.sde" %%% "comprehension-monad" % "3.3.1"

Compile / packageDoc / publishArtifact := {
import Ordering.Implicits._
VersionNumber(scalaVersion.value).numbers >= Seq(2L, 11L)
}
// Disable partial-unification due to compiler crash in Scala 2.10
disablePlugins(PartialUnification)

0 comments on commit 99d1dee

Please sign in to comment.