summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-11-23 17:49:19 +0100
committerLukas Rytz <lukas.rytz@typesafe.com>2015-11-23 17:49:19 +0100
commit53e4435b5f9354d00f75859785404b8296d48eae (patch)
tree0fa54b3212fed614651a013bb120ddee9e76097d /build.xml
parente5a748c56cfa387299cf665cd8c35635460a0ca7 (diff)
parent9e174c2d434362a1cb71fd071b170d1397b0effd (diff)
downloadscala-53e4435b5f9354d00f75859785404b8296d48eae.tar.gz
scala-53e4435b5f9354d00f75859785404b8296d48eae.tar.bz2
scala-53e4435b5f9354d00f75859785404b8296d48eae.zip
Merge pull request #4853 from SethTisue/mima-upgrade
upgrade to MiMa 0.1.8
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 8583292ea7..129d5982d9 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}"/>