6502-opcodes/build.sbt
Mark Canlas 86d2821d57 moderno
2020-03-20 23:45:13 -04:00

9 lines
238 B
Scala

lazy val root =
project
.in(file("."))
.settings(
initialCommands in console := "import com.htmlism._",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.1" % "test",
scalafmtOnCompile := true
)