mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-22 09:30:45 +00:00
scalatest 3.2.13
This commit is contained in:
parent
56fc19b311
commit
e8e7491597
@ -12,7 +12,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.12" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.13" % "test")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user