Skip to content

Commit ae69ffa

Browse files
committed
remove pcplod tests from main run; bump cats-core
1 parent 21aed70 commit ae69ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ val testSettings = Seq(
3636
)
3737

3838
lazy val root = (project in file("."))
39-
.aggregate(betterMonadicFor, pluginTests, catsTests, scalazTests, pcplodTests)
39+
.aggregate(betterMonadicFor, pluginTests, catsTests, scalazTests)
4040
.settings(
4141
crossScalaVersions := Nil,
4242
publish / skip := true
@@ -82,7 +82,7 @@ lazy val catsTests = (project in file("cats-tests"))
8282
name := "cats-tests",
8383
crossScalaVersions := List(scala211, scala212),
8484
libraryDependencies ++= Seq(
85-
"org.typelevel" %% "cats-core" % "1.6.0" % Test
85+
"org.typelevel" %% "cats-core" % "2.0.0" % Test
8686
)
8787
)
8888
.settings(testSettings)

0 commit comments

Comments
 (0)