Skip to content

Commit

Permalink
Merge pull request #56 from Atry/3.3.x
Browse files Browse the repository at this point in the history
Disable partial unification
  • Loading branch information
Atry authored Apr 5, 2019
2 parents 3b16e8e + 99d1dee commit bb99318
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 bb99318

Please sign in to comment.