An open API service indexing awesome lists of open source software.

https://github.com/propensive/scala3-training


https://github.com/propensive/scala3-training

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Scala 3 Training

In this repositiory is:
- `build.sbt` — an sbt build for compiling the examples
- `src` — Scala 3 source files relating to the training topics
- `readme.md` — this file

## Requirements

You will need `sbt` and a text editor or IDE. There are no special requirements for any additional tooling.

## Getting started

Run `sbt` in this directory. Then, from the `sbt` prompt, run `compile`.