You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
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.
The combination of
-Yinduction-heuristics
andupdateOptions := updateOptions.value.withCachedResolution(true)
results in an error duringcompileIncremental
:Steps to reproduce:
updateOptions
settingWhen using coursier, this will be fixed soon, but not with regular sbt.
The text was updated successfully, but these errors were encountered: