summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
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 /project/plugins.sbt
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 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4c0a6e7b8a..f1201d58c2 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.8"
+libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.12"