@zio.dev/zio-sbt 0.4.0-alpha.3 → 0.4.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.md +2 -2
  2. package/package.json +1 -1
package/index.md CHANGED
@@ -12,7 +12,7 @@ _ZIO SBT_ is an sbt plugin for ZIO projects. It provides high-level SBT utilitie
12
12
  Add the following lines to your `plugin.sbt` file:
13
13
 
14
14
  ```scala
15
- addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.3")
15
+ addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.4")
16
16
  ```
17
17
 
18
18
  Then you can enable it by using the following code in your `build.sbt` file:
@@ -45,7 +45,7 @@ ZIO SBT CI plugin generates a default GitHub workflow that includes common CI ta
45
45
  To use ZIO SBT CI plugin, add the following lines to your `plugins.sbt` file:
46
46
 
47
47
  ```scala
48
- addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.3")
48
+ addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.4")
49
49
 
50
50
  resolvers ++= Resolver.sonatypeOssRepos("public")
51
51
  ```
package/package.json CHANGED
@@ -2,5 +2,5 @@
2
2
  "name": "@zio.dev/zio-sbt",
3
3
  "description": "ZIO SBT Documentation",
4
4
  "license": "Apache-2.0",
5
- "version": "0.4.0-alpha.3"
5
+ "version": "0.4.0-alpha.4"
6
6
  }