6502-opcodes/build.sbt

11 lines
214 B
Plaintext
Raw Normal View History

2020-03-20 23:45:13 -04:00
lazy val root =
project
.in(file("."))
.settings(
initialCommands in console := "import com.htmlism._",
scalafmtOnCompile := true
)
2020-08-12 21:10:19 -04:00
.withCats
2020-08-15 00:49:07 -04:00
.withTesting
2020-08-15 02:04:21 -04:00
.withOrganizeImports