6502-opcodes/build.sbt
2020-08-12 21:10:19 -04:00

10 lines
252 B
Scala

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