We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f6a75 commit b4c7caeCopy full SHA for b4c7cae
build.sbt
@@ -16,7 +16,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
16
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
17
libraryDependencies ++= Seq(
18
"com.chuusai" %%% "shapeless" % "2.3.3",
19
- "org.typelevel" %%% "cats-core" % "2.0.0-RC1",
+ "org.typelevel" %%% "cats-core" % "2.0.0-RC2",
20
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
21
),
22
resolvers += "Sonatype OSS Snapshots" at
0 commit comments