summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-11-30 14:41:03 -0800
committerSeth Tisue <seth@tisue.net>2016-12-01 12:12:48 -0800
commit6e35e2de5080ef5be67ef6840d993ebf81baa9bc (patch)
tree0907f15296446a8b6caff3a20f8cc5a3643578e7 /build.xml
parent76183a21ebaba3c43010391d4b7cd719a33b0206 (diff)
downloadscala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.tar.gz
scala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.tar.bz2
scala-6e35e2de5080ef5be67ef6840d993ebf81baa9bc.zip
upgrade MiMa to 0.1.12
dogfooding the latest. upgrading all the way from 0.1.8 -- there have been a bunch of improvements since then.
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 e0b2f353e1..a5d0dae0d6 100644
--- a/build.xml
+++ b/build.xml
@@ -1656,7 +1656,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.8"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.12"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${bc-reference-version}"/>