mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-17 09:10:27 +00:00
6 lines
154 B
Scala
6 lines
154 B
Scala
initialCommands in console := "import com.htmlism._"
|
|
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
|
|
|
|
scalafmtOnCompile := true
|