diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5..cdde0eb6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") // Docs Site plugins -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.2") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")