mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-03 08:31:26 +00:00
cats-core 2.8.0
This commit is contained in:
parent
a74e5d0698
commit
b629f0ac2e
@ -9,7 +9,7 @@ object ProjectPlugin extends AutoPlugin {
|
|||||||
object ThingsToImport {
|
object ThingsToImport {
|
||||||
implicit class ProjectOps(p: Project) {
|
implicit class ProjectOps(p: Project) {
|
||||||
def withCats: Project =
|
def withCats: Project =
|
||||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.6.1")
|
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.8.0")
|
||||||
|
|
||||||
def withTesting: Project =
|
def withTesting: Project =
|
||||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.13" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.13" % "test")
|
||||||
|
Loading…
Reference in New Issue
Block a user