Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoohaemin/fury-bugreport
https://github.com/yoohaemin/fury-bugreport
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoohaemin/fury-bugreport
- Owner: yoohaemin
- Created: 2024-08-16T10:11:07.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:17:00.000Z (4 months ago)
- Last Synced: 2024-12-08T03:02:43.219Z (about 1 month ago)
- Language: Scala
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).