Skip to content

NoSuchMethodError when moving to sbt 1.5.4 #300

@Reeebuuk

Description

@Reeebuuk

Could this be the reason why our common plugin is failing when we move from 1.3.13->1.5.4
Error like
[error] java.lang.NoSuchMethodError: 'sbt.internal.util.Init$Initialize sbt.Def$.ifS(sbt.internal.util.Init$Initialize, sbt.internal.util.Init$Initialize, sbt.internal.util.Init$Initialize)'

on this line

releaseVersionBump := { if (sys.env.getOrElse("RELEASE_PROCESS", "").matches("master_release")) Minor else Next }

Using 1.1.0.

Any hints?

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