Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 955 Bytes

File metadata and controls

22 lines (14 loc) · 955 Bytes

The Rock the JVM ZIO Course Repository

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 and setup

  • 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.

For questions or suggestions

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!