From 03e4ffb3d15bbf2b3bd008bd99aeced3104d65db Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Thu, 20 Dec 2018 17:41:53 -0500 Subject: [PATCH] Cross run MiMa when releasing This ensures the binary compatibility will run for all Scala versions that are used to do the release. --- project/scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/scripts/release b/project/scripts/release index fcf444fa6c..ce808e683c 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -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