scala / sbt-scala-module

sbt plugin for scala modules.
Apache License 2.0
14 stars 17 forks source link

Some mima-related commands not functioning well #53

Closed Philippus closed 5 years ago

Philippus commented 5 years ago

I was playing around with mimaPreviousVersion := None in scala-parser-combinators and the command mimaPreviousArtifacts returns:

[info] scala-parser-combinators / mimaPreviousArtifacts
[info]  Set(org.scala-lang.modules:scala-parser-combinators:dummy)

The commandsmimaReportBinaryIssues and mimaPreviousClassfiles throw sbt.librarymanagement.ResolveExceptions because of this.

Philippus commented 5 years ago

fixed in #59