Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 40cd1da

Browse files
committed
use modern MiMa version
1 parent 2b333b3 commit 40cd1da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- unset SBT_OPTS
3232
- export JAVA_OPTS="-Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M"
3333

34-
script: sbt -Dfile.encoding=UTF8 mimaReportBinaryIssues headerCheck packageBin doc
34+
script: sbt -Dfile.encoding=UTF8 compilerInterface/mimaReportBinaryIssues headerCheck packageBin doc
3535

3636
before_cache:
3737
- find $HOME/.ivy2/cache -name "*-LM-SNAPSHOT*" -delete

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.1")
2-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
2+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")
44
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0")

0 commit comments

Comments
 (0)