Skip to content

Commit

Permalink
Updates microsite docs (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Feb 27, 2019
1 parent 35de689 commit 0a83873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0a83873

Please sign in to comment.