Powered by Rock the JVM!
This repository contains the code we wrote during the Rock the JVM ZIO course. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera.
This repository uses Scala 3.
- install your favorite IDE - in the course I work with IntelliJ IDEA
- either clone the repo or download as zip
- open with the IDE as an SBT project
You can easily change the code to Scala 2 by changing the scalaVersion in build.sbt, removing the utils package (native to Scala 3) and replacing all givens with implicits. See more here.
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the course Q/A forum
- submit a pull request!