summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMartynas Mickevičius <martynas@2m.lt>2016-12-08 21:51:59 +0800
committerMartynas Mickevičius <martynas@2m.lt>2016-12-08 21:51:59 +0800
commit695049d72f3c2966dafa409fa0d322c898014d2f (patch)
tree925cb00335dc1b221c86feb6d48c0905b4dd2c62 /build.xml
parent264cc5f20cd9a6b9c6d414dfea696de1b8608dc5 (diff)
downloadscala-695049d72f3c2966dafa409fa0d322c898014d2f.tar.gz
scala-695049d72f3c2966dafa409fa0d322c898014d2f.tar.bz2
scala-695049d72f3c2966dafa409fa0d322c898014d2f.zip
Upgrade MiMa to 0.1.13
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 a5d0dae0d6..cfdff3f1e3 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.12"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.13"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${bc-reference-version}"/>