summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-01-15 11:45:33 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-01-15 11:47:26 +0100
commitcbb88ac24e1ffe7dcf97ce4b7935493cc6f0b121 (patch)
treed33dd5e6306fa5d5fa69eb07bbd7c5be6a888aaa /build.xml
parentd5801b9eee7df49894c05dea430a56190cae2112 (diff)
downloadscala-cbb88ac24e1ffe7dcf97ce4b7935493cc6f0b121.tar.gz
scala-cbb88ac24e1ffe7dcf97ce4b7935493cc6f0b121.tar.bz2
scala-cbb88ac24e1ffe7dcf97ce4b7935493cc6f0b121.zip
[nomaster] Update MiMa and use new wildcard filter
scala.reflect.internal._ now gets a free pass from binary compatibility checking. Previously, we had to excrutiatingly exclude violations individually.
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 39685163a6..a54b033b01 100644
--- a/build.xml
+++ b/build.xml
@@ -1605,7 +1605,7 @@ TODO:
<mkdir dir="${bc-build.dir}"/>
<!-- Pull down MIMA -->
<artifact:dependencies pathId="mima.classpath">
- <dependency groupId="com.typesafe" artifactId="mima-reporter_2.9.2" version="0.1.5"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.6"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-swing" version="${bc-reference-version}"/>