mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-23 01:29:47 +00:00
cats-core 2.6.0
This commit is contained in:
parent
1b3a5f9c5c
commit
3202f3fa1e
@ -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.4.1")
|
p.settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.6.0")
|
||||||
|
|
||||||
def withTesting: Project =
|
def withTesting: Project =
|
||||||
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.8" % "test")
|
p.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.8" % "test")
|
||||||
|
Loading…
Reference in New Issue
Block a user