https://github.com/purinx/pekko-bank
https://github.com/purinx/pekko-bank
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purinx/pekko-bank
- Owner: purinx
- Created: 2025-09-06T00:56:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T05:39:00.000Z (10 months ago)
- Last Synced: 2025-09-13T07:21:25.756Z (10 months ago)
- Language: Scala
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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).