@zio.dev/zio-sbt 0.2.1 → 0.2.3
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.
- package/developer-notes.md +2 -0
- package/index.md +1 -1
- package/package.json +1 -1
package/developer-notes.md
CHANGED
|
@@ -10,4 +10,6 @@ title: "Developer Notes"
|
|
|
10
10
|
- Check if the committed workflow is valid or not.
|
|
11
11
|
- To generate README.md file, it doesn't need to compile all docs.
|
|
12
12
|
- Add env variable for zio version (ZIO_VERSION).
|
|
13
|
+
- Support for various scala versions
|
|
14
|
+
- Support for auto update PRs
|
|
13
15
|
|
package/index.md
CHANGED
|
@@ -14,7 +14,7 @@ _ZIO SBT_ is an sbt plugin for ZIO projects. It provides high-level SBT utilitie
|
|
|
14
14
|
Add the following lines to your `plugin.sbt` file:
|
|
15
15
|
|
|
16
16
|
```scala
|
|
17
|
-
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.2.
|
|
17
|
+
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.2.3")
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Then you can enable it by using the following code in your `build.sbt` file:
|
package/package.json
CHANGED