diff --git a/project/plugins.sbt b/project/plugins.sbt index 7bd4dd63..3ec69a07 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,5 +7,5 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.6") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.12") +addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.3.4")