mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-22 09:30:45 +00:00
scalatest 3.2.7
This commit is contained in:
parent
b7cf1a4173
commit
2f8a545741
@ -14,7 +14,7 @@ object ProjectPlugin extends AutoPlugin {
|
|||||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.1")
|
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.1")
|
||||||
|
|
||||||
def withTesting: Project =
|
def withTesting: Project =
|
||||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.6" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.7" % "test")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user