mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-04-06 19:37:10 +00:00
cats-core 2.2.0-RC4
This commit is contained in:
parent
e999fa3c15
commit
510ef3c0bd
@ -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-RC2")
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.2.0-RC4")
|
||||
|
||||
def withTesting: Project =
|
||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user