6502-opcodes/build.sbt

8 lines
180 B
Plaintext
Raw Normal View History

2019-02-24 08:29:12 +00:00
scalaVersion := "2.12.8"
2019-01-03 04:24:29 +00:00
2018-05-05 18:23:21 +00:00
initialCommands in console := "import com.htmlism._"
2019-03-29 03:48:54 +00:00
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
2018-09-26 02:44:34 +00:00
scalafmtOnCompile := true