Skip to content

Commit eed56d6

Browse files
committed
Update cats-core to 2.0.0-RC1
1 parent 4d0736d commit eed56d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
1616
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
1717
libraryDependencies ++= Seq(
1818
"com.chuusai" %%% "shapeless" % "2.3.3",
19-
"org.typelevel" %%% "cats-core" % "2.0.0-M4",
19+
"org.typelevel" %%% "cats-core" % "2.0.0-RC1",
2020
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
2121
),
2222
resolvers += "Sonatype OSS Snapshots" at

0 commit comments

Comments
 (0)