mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-10-31 21:07:39 +00:00
14 lines
264 B
Scala
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
|