From 816cf697947e26630f8977e752c2341eb8c53ac5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:31:16 +0330 Subject: [PATCH] Update README.md (#75) Co-authored-by: github-actions[bot] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d91d58e..9902f03b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.2.4") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.2.5") ``` Then you can enable it by using the following code in your `build.sbt` file: