6502-opcodes/build.sbt
2019-11-30 02:05:11 -05:00

8 lines
181 B
Scala

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