6502-opcodes/build.sbt

11 lines
214 B
Plaintext
Raw Normal View History

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