mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-02-06 01:30:03 +00:00
cats 2.3.0-M2
This commit is contained in:
parent
bee0a41577
commit
169850929b
@ -11,7 +11,7 @@ object ProjectPlugin extends AutoPlugin {
|
||||
object autoImport {
|
||||
implicit class ProjectOps(p: Project) {
|
||||
def withCats: Project =
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.2.0")
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.3.0-M2")
|
||||
|
||||
def withTesting: Project =
|
||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user