mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-03 08:31:26 +00:00
10 lines
252 B
Scala
10 lines
252 B
Scala
lazy val root =
|
|
project
|
|
.in(file("."))
|
|
.settings(
|
|
initialCommands in console := "import com.htmlism._",
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test",
|
|
scalafmtOnCompile := true
|
|
)
|
|
.withCats
|