Skip to content

Commit

Permalink
updated readme and build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yummy-Yums committed Sep 27, 2024
1 parent a4c26c6 commit 51a7cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ $ sbt run
- [ZIO STM](zio-quickstart-stm) - many thanks to [@jorge-vasquez-2301](https://github.com/jorge-vasquez-2301) and his [article](https://scalac.io/blog/how-to-write-a-completely-lock-free-concurrent-lru-cache-with-zio-stm/) for this example
- [ZIO SQL](zio-quickstart-sql)
- [ZIO Streams](zio-quickstart-streams)
- [ZIO Schema](zio-quickstart-schema)
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ lazy val root =
`zio-quickstart-cache`,
`zio-quickstart-prelude`,
`zio-quickstart-stm`,
`zio-quickstart-sql`
`zio-quickstart-sql`,
`zio-quickstart-schema`,
)
.settings(
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
Expand All @@ -62,3 +63,4 @@ lazy val `zio-quickstart-cache` = project
lazy val `zio-quickstart-prelude` = project
lazy val `zio-quickstart-stm` = project
lazy val `zio-quickstart-sql` = project
lazy val `zio-quickstart-schema` = project

0 comments on commit 51a7cf0

Please sign in to comment.