diff --git a/project/plugins.sbt b/project/plugins.sbt index e1757d1..fa1f552 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version) -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") // addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.4.0") addDependencyTreePlugin