Code for my stream bot!
Find a file
2024-06-25 00:52:04 -05:00
deploy/docker Initial Commit 2024-06-19 20:55:25 -05:00
project Initial Commit 2024-06-19 20:55:25 -05:00
src Refactor database API to use for-comprehensions. 2024-06-25 00:52:04 -05:00
.gitignore Initial Commit 2024-06-19 20:55:25 -05:00
build.sbt Initial Commit 2024-06-19 20:55:25 -05:00
LICENSE License under AGPLv3 2024-06-19 21:41:03 -05:00
README.md Initial Commit 2024-06-19 20:55:25 -05:00

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.