From 4c0a9976d77def8d4206b4b75101e93298b29557 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 19 Oct 2016 17:17:22 -0700 Subject: dogfood the new MiMa it just has one little bugfix (a "synchronized" added to fix a concurrency thing was intermittently failing some CI builds) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') 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" -- cgit v1.2.3