Skip to content

Commit 2c890f3

Browse files
Update cats-core to 2.8.0
1 parent f146a34 commit 2c890f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
1616
.settings(
1717
libraryDependencies ++= List(
1818
"org.scalacheck" %%% "scalacheck" % "1.16.0",
19-
"org.typelevel" %%% "cats-core" % "2.7.0"
19+
"org.typelevel" %%% "cats-core" % "2.8.0"
2020
)
2121
)
2222

0 commit comments

Comments
 (0)