summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-02-17 05:41:12 -0800
committerGitHub <noreply@github.com>2017-02-17 05:41:12 -0800
commit011cc7ec86105640a6d606998f769986630fb62a (patch)
treeefcdc501a42d2819b904b4c6672960683879f08a
parent9422e7a9fdd45418dddd95a4c4bf2a4407713d72 (diff)
parentc21e36e7f9b5091d085eaac5f472b19441e8bc92 (diff)
downloadscala-011cc7ec86105640a6d606998f769986630fb62a.tar.gz
scala-011cc7ec86105640a6d606998f769986630fb62a.tar.bz2
scala-011cc7ec86105640a6d606998f769986630fb62a.zip
Merge pull request #5699 from SethTisue/mima-0.1.14
upgrade to MiMa 0.1.14
-rw-r--r--build.xml2
-rw-r--r--project/plugins.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index cfdff3f1e3..a37cced4cb 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.13"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.10" version="0.1.14"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${bc-reference-version}"/>
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 6001b6f2b4..3ec4f370c2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -19,4 +19,4 @@ buildInfoKeys := Seq[BuildInfoKey](buildClasspath)
buildInfoPackage := "scalabuild"
-libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.13"
+libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.14"