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
> show mimaPreviousVersion
[info] Some(1.0.6)
> set mimaPreviousVersion := None
<set>:1: error: not found: value mimaPreviousVersion
mimaPreviousVersion := None
(note set ScalaModulePlugin.mimaPreviousVersion := None works)
and that this isn't needed:
import ScalaModulePlugin._
@dwijnand describes the dance as "autoImport (or aliases, or mixed-in, or whatever)"
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
so that e.g. this doesn't happen:
(note
set ScalaModulePlugin.mimaPreviousVersion := None
works)and that this isn't needed:
@dwijnand describes the dance as "autoImport (or aliases, or mixed-in, or whatever)"
The text was updated successfully, but these errors were encountered: