summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-10-19 17:17:22 -0700
committerSeth Tisue <seth@tisue.net>2016-10-19 17:18:22 -0700
commit4c0a9976d77def8d4206b4b75101e93298b29557 (patch)
treedc047b23f3425a7789373a7a8127fec2d86e510d /project
parent156f7329c4f93a9c2d63785f50a5ca62d097278e (diff)
downloadscala-4c0a9976d77def8d4206b4b75101e93298b29557.tar.gz
scala-4c0a9976d77def8d4206b4b75101e93298b29557.tar.bz2
scala-4c0a9976d77def8d4206b4b75101e93298b29557.zip
dogfood the new MiMa
it just has one little bugfix (a "synchronized" added to fix a concurrency thing was intermittently failing some CI builds)
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index da84d48915..e056de55ec 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.10"
+libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.11"