6502-opcodes/build.sbt

8 lines
181 B
Plaintext
Raw Normal View History

2019-09-21 00:16:24 +00:00
scalaVersion := "2.12.10"
2019-01-03 04:24:29 +00:00
2018-05-05 18:23:21 +00:00
initialCommands in console := "import com.htmlism._"
2019-11-30 07:05:11 +00:00
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0" % "test"
2018-09-26 02:44:34 +00:00
scalafmtOnCompile := true