mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 02:32:05 +00:00
scalatest 3.2.0
This commit is contained in:
parent
a8e2747dde
commit
ba4a398c29
@ -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.1.2" % "test",
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % "test",
|
||||||
scalafmtOnCompile := true
|
scalafmtOnCompile := true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user