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
With sbt-scoverage 1.3.3 this happens in my project:
> ++2.10.6
[info] Setting version to 2.10.6
[info] Reapplying settings...
[info] Set current project to refined (in build file:/home/frank/data/code/refined/)
> refinedJVM/scalaVersion
[info] 2.10.6
> coverage
[info] Set current project to refined (in build file:/home/frank/data/code/refined/)
> refinedJVM/scalaVersion
[info] 2.11.7
Calling coverage should not change scalaVersion. I first noticed this issue here fthomas/refined#72.