Skip to content

keys should do the right autoPlugin dance #30

@SethTisue

Description

@SethTisue

so that e.g. this doesn't happen:

> 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)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions