summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-02-14 11:56:27 -0800
committerSeth Tisue <seth@tisue.net>2017-02-14 11:56:27 -0800
commitc21e36e7f9b5091d085eaac5f472b19441e8bc92 (patch)
treecce310320c843511017521e8cf0c966ac6cfd2b1
parent214a158f67405f420f144f1e83a3df51fcb97866 (diff)
downloadscala-c21e36e7f9b5091d085eaac5f472b19441e8bc92.tar.gz
scala-c21e36e7f9b5091d085eaac5f472b19441e8bc92.tar.bz2
scala-c21e36e7f9b5091d085eaac5f472b19441e8bc92.zip
upgrade to MiMa 0.1.14
just on general dogfooding principle
-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"