6502-opcodes/build.sbt
2019-08-21 21:25:28 -04:00

8 lines
180 B
Scala

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