6502-opcodes/build.sbt

14 lines
263 B
Plaintext
Raw Normal View History

2020-03-21 03:45:13 +00:00
lazy val root =
project
.in(file("."))
.settings(
2021-03-25 04:45:11 +00:00
console / initialCommands := "import com.htmlism._",
2020-03-21 03:45:13 +00:00
scalafmtOnCompile := true
)
2020-08-13 01:10:19 +00:00
.withCats
2020-08-15 04:49:07 +00:00
.withTesting
2020-08-28 06:18:25 +00:00
.aggregate(nescant)
lazy val nescant =
2020-09-04 05:18:34 +00:00
project.withCats.withTesting