https://github.com/smeghead/scala-lifegame
https://github.com/smeghead/scala-lifegame
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/scala-lifegame
- Owner: smeghead
- License: apache-2.0
- Created: 2024-09-16T12:25:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T13:18:21.000Z (5 months ago)
- Last Synced: 2025-02-07T22:53:42.767Z (4 months ago)
- Language: Scala
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).### Development
```bash
docker run --rm -it -v $(pwd):/root sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.10.1_3.5.0 bash
```