Skip to content

Commit 9bb7e99

Browse files
committed
Update cats-kernel-laws to 2.0.0
1 parent 4b85e13 commit 9bb7e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Dependencies {
1212
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
1313
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.0-M9"
1414
val catsEffect = "org.typelevel" %% "cats-effect" % "1.4.0"
15-
val catsKernelLaws = "org.typelevel" %% "cats-kernel-laws" % "1.6.1"
15+
val catsKernelLaws = "org.typelevel" %% "cats-kernel-laws" % "2.0.0"
1616
val circeConfig = "io.circe" %% "circe-config" % "0.6.1"
1717
val circeGeneric = "io.circe" %% "circe-generic" % Versions.circe
1818
val circeLiteral = "io.circe" %% "circe-literal" % Versions.circe

0 commit comments

Comments
 (0)