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.
2 parents c7db052 + 2c890f3 commit 4bbc5beCopy full SHA for 4bbc5be
1 file changed
build.sbt
@@ -16,7 +16,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
16
.settings(
17
libraryDependencies ++= List(
18
"org.scalacheck" %%% "scalacheck" % "1.16.0",
19
- "org.typelevel" %%% "cats-core" % "2.7.0"
+ "org.typelevel" %%% "cats-core" % "2.8.0"
20
)
21
22
0 commit comments