6502-opcodes/build.sbt
2020-08-15 17:04:16 -04:00

11 lines
214 B
Scala

lazy val root =
project
.in(file("."))
.settings(
initialCommands in console := "import com.htmlism._",
scalafmtOnCompile := true
)
.withCats
.withTesting
.withOrganizeImports