Skip to content

Commit

Permalink
Mark production ready
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Oct 21, 2024
1 parent 1b5d24c commit 45e1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ lazy val docs = project
crossScalaVersions := List(_scala213),
projectName := "ZIO Streams Compress docs",
mainModuleName := "zio-streams-compress-docs",
projectStage := ProjectStage.Concept, // ProjectStage.ProductionReady,
projectStage := ProjectStage.ProductionReady,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(core.jvm(_scala213)),
readmeCredits :=
"This library is heavily inspired by [fs2-compress](https://github.com/lhns/fs2-compress).",
Expand Down

0 comments on commit 45e1415

Please sign in to comment.