6502-opcodes/build.sbt
2019-09-20 20:16:24 -04:00

8 lines
181 B
Scala

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