mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-02-08 14:30:34 +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
|