mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-05 11:25:14 +00:00
cats 2.13.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.12.0")
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.13.0")
|
||||
|
||||
def withEfectMonad: Project =
|
||||
p.settings(libraryDependencies += "dev.zio" %% "zio" % "2.0.4")
|
||||
|
Reference in New Issue
Block a user