Cross run MiMa when releasing

This ensures the binary compatibility will run for all Scala 
versions that are used to do the release.
This commit is contained in:
Marcos Pereira 2018-12-20 17:41:53 -05:00 committed by GitHub
parent 408fab3313
commit 03e4ffb3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,7 +304,7 @@ echolog "Successfully created local release"
# check binary compatibility for dry run
if [ ! $no_mima ] && [ $dry_run ]; then
echodry "Running migration manager report..."
sbt mimaReportBinaryIssues
sbt +mimaReportBinaryIssues
echodry "Finished migration manager report"
fi