mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-06 00:05:14 +00:00
18 lines
306 B
Scala
18 lines
306 B
Scala
lazy val root =
|
|
project
|
|
.in(file("."))
|
|
.settings(
|
|
console / initialCommands := "import com.htmlism._"
|
|
)
|
|
.withCats
|
|
.withTesting
|
|
.aggregate(nescant, scratchpad)
|
|
|
|
lazy val nescant =
|
|
project.withCats.withTesting
|
|
|
|
lazy val scratchpad =
|
|
project
|
|
.withCats
|
|
.withTesting
|