From 84a136ceafb6fafac2c93f1ca6884d343a960b0f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Oct 2019 22:29:09 +0200 Subject: [PATCH] Update tut-plugin to 0.6.13 (#348) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")