mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-09 07:25:08 +00:00
cats 2.12.0
This commit is contained in:
@@ -16,7 +16,7 @@ object ProjectPlugin extends AutoPlugin {
|
||||
|
||||
implicit class ProjectOps(p: Project) {
|
||||
def withCats: Project =
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0")
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.12.0")
|
||||
|
||||
def withEfectMonad: Project =
|
||||
p.settings(libraryDependencies += "dev.zio" %% "zio" % "2.0.4")
|
||||
|
Reference in New Issue
Block a user