java coap runtime
Go to file
2023-04-04 15:37:28 -07:00
project feat: initial commit (scala/scala3 tpl) 2023-03-30 17:13:54 -07:00
src chore: fmt 2023-04-04 15:37:28 -07:00
toad-java-glue-rs feat: small commit 2023-04-04 15:36:01 -07:00
.gitignore feat: small commit 2023-04-04 15:36:01 -07:00
.jvmopts feat: small commit 2023-04-04 15:36:01 -07:00
.scalafmt.conf feat: small commit 2023-04-04 15:36:01 -07:00
.tool-versions feat: small commit 2023-04-04 15:36:01 -07:00
build.sbt feat: small commit 2023-04-04 15:36:01 -07:00
README.md feat: initial commit (scala/scala3 tpl) 2023-03-30 17:13:54 -07: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.