Skip to content

Commit b4c7cae

Browse files
authored
Update cats to 2.0.0-RC2
1 parent 22f6a75 commit b4c7cae

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-RC1",
19+
"org.typelevel" %%% "cats-core" % "2.0.0-RC2",
2020
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
2121
),
2222
resolvers += "Sonatype OSS Snapshots" at

0 commit comments

Comments
 (0)