6502-opcodes/build.sbt
2018-09-25 22:44:34 -04:00

6 lines
154 B
Scala

initialCommands in console := "import com.htmlism._"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
scalafmtOnCompile := true