Move to jacoco 2.1.6 which works with Java 8

This commit is contained in:
Havoc Pennington 2015-02-26 13:01:48 -05:00
parent 69f7b48130
commit 14dbe09199

View File

@ -1,5 +1,5 @@
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.2.1")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.1")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")