mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 02:32:05 +00:00
upgrade to scalatest 3.0.6
This commit is contained in:
parent
2710fc6ef3
commit
69a851f5e3
@ -2,6 +2,6 @@ scalaVersion := "2.12.8"
|
|||||||
|
|
||||||
initialCommands in console := "import com.htmlism._"
|
initialCommands in console := "import com.htmlism._"
|
||||||
|
|
||||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.6" % "test"
|
||||||
|
|
||||||
scalafmtOnCompile := true
|
scalafmtOnCompile := true
|
||||||
|
Loading…
Reference in New Issue
Block a user