mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-18 16:08:47 +00:00
9 lines
238 B
Scala
9 lines
238 B
Scala
lazy val root =
|
|
project
|
|
.in(file("."))
|
|
.settings(
|
|
initialCommands in console := "import com.htmlism._",
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.1" % "test",
|
|
scalafmtOnCompile := true
|
|
)
|