typelevel/scala

induction heuristics incompatible with sbt's resolution cache

tek opened this issue · 0 comments

tek commented

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.