6502-opcodes/build.sbt

18 lines
306 B
Plaintext
Raw Normal View History

2020-03-20 23:45:13 -04:00
lazy val root =
project
.in(file("."))
.settings(
2022-10-16 23:42:16 -04:00
console / initialCommands := "import com.htmlism._"
2020-03-20 23:45:13 -04:00
)
2020-08-12 21:10:19 -04:00
.withCats
2020-08-15 00:49:07 -04:00
.withTesting
2022-06-13 20:19:26 -04:00
.aggregate(nescant, scratchpad)
2020-08-28 02:18:25 -04:00
lazy val nescant =
2020-09-04 01:18:34 -04:00
project.withCats.withTesting
2022-05-15 01:09:48 -04:00
lazy val scratchpad =
project
.withCats
2022-06-13 19:55:33 -04:00
.withTesting