diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5..d27adbaa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") // Dependency helper plugins -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")