typelevel / scala

Typelevel Scala, a fork of Scala
http://typelevel.org/scala/
372 stars 21 forks source link

induction heuristics incompatible with sbt's resolution cache #147

Open tek opened 7 years ago

tek commented 7 years ago

The combination of -Yinduction-heuristics and updateOptions := updateOptions.value.withCachedResolution(true) results in an error during compileIncremental:

MissingRequirementError: class scala.annotation.inductive in compiler mirror not found.

Steps to reproduce:

When using coursier, this will be fixed soon, but not with regular sbt.