mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-23 00:32:19 +00:00
cats 2.4.1
This commit is contained in:
parent
010e191b0a
commit
9404ab32ab
@ -11,7 +11,7 @@ object ProjectPlugin extends AutoPlugin {
|
|||||||
object autoImport {
|
object autoImport {
|
||||||
implicit class ProjectOps(p: Project) {
|
implicit class ProjectOps(p: Project) {
|
||||||
def withCats: Project =
|
def withCats: Project =
|
||||||
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.3.0")
|
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.4.1")
|
||||||
|
|
||||||
def withTesting: Project =
|
def withTesting: Project =
|
||||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user