Run tests once with sbt test
Run tests continuously with :
sbt
~ test
Run code with sbt run
This project works out of the box in GitHub Codespaces:
- Click the Code button and choose Open with Codespaces.
- Once the container is loaded you can run the commands shown above.
VSCode pre-configured extensions
- scala-lang.scala
- scalameta.metals
To open nix shell run nix-shell
Then you can run the commands shown above.
renovate bot is used for the dependencies to be updated.