mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-11 21:25:03 +00:00
scalatest 3.2.1
This commit is contained in:
@@ -3,6 +3,6 @@ lazy val root =
|
|||||||
.in(file("."))
|
.in(file("."))
|
||||||
.settings(
|
.settings(
|
||||||
initialCommands in console := "import com.htmlism._",
|
initialCommands in console := "import com.htmlism._",
|
||||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % "test",
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test",
|
||||||
scalafmtOnCompile := true
|
scalafmtOnCompile := true
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user