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 4b85e13 commit 9bb7e99Copy full SHA for 9bb7e99
project/Dependencies.scala
@@ -12,7 +12,7 @@ object Dependencies {
12
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
13
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.0-M9"
14
val catsEffect = "org.typelevel" %% "cats-effect" % "1.4.0"
15
- val catsKernelLaws = "org.typelevel" %% "cats-kernel-laws" % "1.6.1"
+ val catsKernelLaws = "org.typelevel" %% "cats-kernel-laws" % "2.0.0"
16
val circeConfig = "io.circe" %% "circe-config" % "0.6.1"
17
val circeGeneric = "io.circe" %% "circe-generic" % Versions.circe
18
val circeLiteral = "io.circe" %% "circe-literal" % Versions.circe
0 commit comments