diff --git a/project/plugins.sbt b/project/plugins.sbt index 66acdbd..dfd36c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := sbt.Level.Warn addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.5") -addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.15.0") +addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.16.0") val sbtDevOops = "3.1.0" addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOops) diff --git a/website/docs/examples.md b/website/docs/examples.md index 8d09e01..9b58310 100644 --- a/website/docs/examples.md +++ b/website/docs/examples.md @@ -23,7 +23,7 @@ Root ─┬─ project In the `project/plugins.sbt` ```sbt -addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.13.0") +addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0") ``` diff --git a/website/docs/getting-started.md b/website/docs/getting-started.md index 5d08d73..b48b662 100644 --- a/website/docs/getting-started.md +++ b/website/docs/getting-started.md @@ -18,7 +18,7 @@ sbt plugin to publish GitHub Pages with minimal effort. In the `project/plugins.sbt`, add the following line, ```sbt -addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.13.0") +addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0") ``` In your `build.sbt`,