diff --git a/README.md b/README.md index d755a05f..e39fd261 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To Begin, add the following lines to the `project/plugins.sbt` file within your [comment]: # (Start Replace) ``` -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0-M1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0") ``` [comment]: # (End Replace) diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index cc3c8781..5a2b671e 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -54,7 +54,7 @@ Latest release: [comment]: # (Start Replace) ```bash -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0-M1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0") ``` [comment]: # (End Replace) diff --git a/project/plugins.sbt b/project/plugins.sbt index ae201929..c8d3436c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ import sbt.Resolver.sonatypeRepo resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases")) addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.11.1") -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0-M1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")