From 2a92566a4d25690b9da347f7a3b1d7ca2b204dfd Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:18:23 +0000 Subject: [PATCH] Update README.md (#239) Co-authored-by: ZIO Assistant --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ecf3fc1..d1533565 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ _ZIO SBT_ contains multiple sbt plugins that are useful for ZIO projects. It pro Add the following lines to your `plugin.sbt` file: ```scala -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.11") -addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.11") -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.11") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.12") +addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.12") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.12") ``` Then you can enable them by using the following code in your `build.sbt` file: @@ -99,7 +99,7 @@ ZIO SBT CI plugin generates a default GitHub workflow that includes common CI ta To use ZIO SBT CI plugin, add the following lines to your `plugins.sbt` file: ```scala -addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.11") +addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.12") resolvers ++= Resolver.sonatypeOssRepos("public") ```