mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-31 20:32:21 +00:00
scalatest 3.2.2
This commit is contained in:
parent
8f977eb098
commit
e999fa3c15
@ -14,7 +14,7 @@ object ProjectPlugin extends AutoPlugin {
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.2.0-RC2")
|
||||
|
||||
def withTesting: Project =
|
||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test")
|
||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user