Skip to content

Commit dcf8b09

Browse files
committed
Update docs: Bump sbt-docusaur to v0.17.0 in examples and getting-started documentation
1 parent dbf4b03 commit dcf8b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add `sbt-mdoc` plugin and `sbt-docusaur` to `project/plugins.sbt`.
4444
```scala title="project/plugins.sbt"
4545
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6" )
4646

47-
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.16.0")
47+
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.17.0")
4848
```
4949

5050
In your `build.sbt`, add a sub-project for the doc site with `sbt-mdoc` and `sbt-docusaur`, and set up the Docusarus.

website/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sbt plugin for Docusaurus
1919

2020
In the `project/plugins.sbt`, add the following line,
2121
```scala
22-
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.16.0")
22+
addSbtPlugin("io.kevinlee" % "sbt-docusaur" % "0.17.0")
2323
```
2424

2525
In your `build.sbt`,

0 commit comments

Comments
 (0)