summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-11-19 20:30:05 -0500
committerSeth Tisue <seth@tisue.net>2015-11-19 20:30:05 -0500
commit9e174c2d434362a1cb71fd071b170d1397b0effd (patch)
treed68d677d0482bed0587c6c6b9635075c2a1c188a /build.xml
parent6e6b855557377e62c081ffd82cc5fc0b54493b13 (diff)
downloadscala-9e174c2d434362a1cb71fd071b170d1397b0effd.tar.gz
scala-9e174c2d434362a1cb71fd071b170d1397b0effd.tar.bz2
scala-9e174c2d434362a1cb71fd071b170d1397b0effd.zip
upgrade to MiMa 0.1.8
just for general dogfooding purposes. also because the new version understands 2.12 bytecode better, and this commit will get merged onto 2.12
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7f8c91b47b..af3d304856 100644
--- a/build.xml
+++ b/build.xml
@@ -1642,7 +1642,7 @@ TODO:
<mkdir dir="${bc-build.dir}"/>
<!-- Pull down MIMA -->
<artifact:dependencies pathId="mima.classpath">
- <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.6"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.8"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${bc-reference-version}"/>