Skip to content

Commit

Permalink
update project stage (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored Sep 28, 2023
1 parent 9939d91 commit 470a29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val userQuery: ZQuery[Any, Nothing, List[String]] = for {
In order to use this library, we need to add the following line in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-query" % "0.4.0"
libraryDependencies += "dev.zio" %% "zio-query" % "0.5.1"
```

## Example
Expand Down Expand Up @@ -139,11 +139,11 @@ Learn more on the [ZIO Query homepage](https://zio.dev/zio-query)!

## Contributing

For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing).
For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines).

## Code of Conduct

See the [Code of Conduct](https://zio.dev/about/code-of-conduct)
See the [Code of Conduct](https://zio.dev/code-of-conduct)

## Support

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lazy val docs = project
mainModuleName := (zioQueryJVM / moduleName).value,
scalaVersion := scala213.value,
crossScalaVersions := Seq(scala213.value),
projectStage := ProjectStage.Development,
projectStage := ProjectStage.ProductionReady,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(zioQueryJVM)
)
.dependsOn(zioQueryJVM)
Expand Down

0 comments on commit 470a29d

Please sign in to comment.