6502-opcodes/build.sbt
2021-03-25 00:45:11 -04:00

14 lines
263 B
Scala

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