Skip to content

Commit

Permalink
Update docs and bump sbt-docusaur
Browse files Browse the repository at this point in the history
* Update docs: the new version info
* Bump sbt-docusaur to 0.16.0
  • Loading branch information
kevin-lee committed Mar 6, 2024
1 parent 6eb5d83 commit 648d0ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```


Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 648d0ba

Please sign in to comment.