mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-03 08:31:26 +00:00
scalatest 3.2.10
This commit is contained in:
parent
ba36bf758a
commit
2da0763269
@ -14,7 +14,7 @@ object ProjectPlugin extends AutoPlugin {
|
|||||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.6.1")
|
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.6.1")
|
||||||
|
|
||||||
def withTesting: Project =
|
def withTesting: Project =
|
||||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10" % "test")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user