6502-opcodes/build.sbt
2019-02-24 03:29:12 -05:00

8 lines
180 B
Scala

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