summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-12-01 12:13:20 -0800
committerGitHub <noreply@github.com>2016-12-01 12:13:20 -0800
commit264cc5f20cd9a6b9c6d414dfea696de1b8608dc5 (patch)
tree0907f15296446a8b6caff3a20f8cc5a3643578e7 /build.xml
parent76183a21ebaba3c43010391d4b7cd719a33b0206 (diff)
parent6e35e2de5080ef5be67ef6840d993ebf81baa9bc (diff)
downloadscala-264cc5f20cd9a6b9c6d414dfea696de1b8608dc5.tar.gz
scala-264cc5f20cd9a6b9c6d414dfea696de1b8608dc5.tar.bz2
scala-264cc5f20cd9a6b9c6d414dfea696de1b8608dc5.zip
Merge pull request #5571 from SethTisue/mima-upgrade
upgrade MiMa to 0.1.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 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}"/>