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://docs.scala-lang.org/scala3/getting-started.html
- https://docs.scala-lang.org/scala3/book/taste-methods.html
- https://docs.scala-lang.org/scala3/guides/migration/compatibility-intro.html
- https://dotty.epfl.ch/docs/usage/ide-support.html
- https://scalameta.org/metals/docs/editors/vscode.html
- https://blog.jetbrains.com/scala/2020/03/17/scala-3-support-in-intellij-scala-plugin/