mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-18 16:08:47 +00:00
8 lines
180 B
Scala
8 lines
180 B
Scala
scalaVersion := "2.12.9"
|
|
|
|
initialCommands in console := "import com.htmlism._"
|
|
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
|
|
|
|
scalafmtOnCompile := true
|