We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was playing around with mimaPreviousVersion := None in scala-parser-combinators and the command mimaPreviousArtifacts returns:
mimaPreviousVersion := None
mimaPreviousArtifacts
[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.
mimaReportBinaryIssues
mimaPreviousClassfiles
sbt.librarymanagement.ResolveException
The text was updated successfully, but these errors were encountered:
fixed in #59
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I was playing around with
mimaPreviousVersion := None
in scala-parser-combinators and the commandmimaPreviousArtifacts
returns:The commands
mimaReportBinaryIssues
andmimaPreviousClassfiles
throwsbt.librarymanagement.ResolveException
s because of this.The text was updated successfully, but these errors were encountered: