diff --git a/README.md b/README.md index 348fbac9..d910967f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ _ZIO SBT_ is an sbt plugin for ZIO projects. It provides high-level SBT utilitie Add the following lines to your `plugin.sbt` file: ```scala -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.1.2") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.1.3") ``` Then you can enable it by using the following code in your `build.sbt` file: