mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 02:32:05 +00:00
scalatest 3.1.2
This commit is contained in:
parent
223bfc34f9
commit
fd3677e338
@ -3,6 +3,6 @@ lazy val root =
|
||||
.in(file("."))
|
||||
.settings(
|
||||
initialCommands in console := "import com.htmlism._",
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.1" % "test",
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test",
|
||||
scalafmtOnCompile := true
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user