Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 312 Bytes

File metadata and controls

7 lines (5 loc) · 312 Bytes

sbt project cross-compiled with Scala 3 and Scala 2

Usage

This is a normal sbt project, you can compile code with sbt compile and run it with sbt run, sbt console will start a Dotty REPL. For more information on cross-compilation in sbt, see https://www.scala-sbt.org/1.x/docs/Cross-Build.html.