mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-03-12 07:29:31 +00:00
cats 2.6.1
This commit is contained in:
parent
476b349ea1
commit
9e460d8f45
@ -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.6.0")
|
||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.6.1")
|
||||
|
||||
def withTesting: Project =
|
||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.8" % "test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user