Upgrade findbugs4sbt plugin version

This commit is contained in:
Taro L. Saito 2015-05-15 11:44:09 +09:00
parent 272604b3b0
commit efd802162f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.5")