6502-opcodes/build.sbt
2020-09-04 01:18:34 -04:00

14 lines
264 B
Scala

lazy val root =
project
.in(file("."))
.settings(
initialCommands in console := "import com.htmlism._",
scalafmtOnCompile := true
)
.withCats
.withTesting
.aggregate(nescant)
lazy val nescant =
project.withCats.withTesting