Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-assistant[bot] committed Aug 28, 2023
1 parent 1146b5c commit 564d93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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")
```
Expand Down

0 comments on commit 564d93d

Please sign in to comment.