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 9017331 + 710ec54 commit ccddcc1Copy full SHA for ccddcc1
project/Dependencies.scala
@@ -41,7 +41,7 @@ object Dependencies {
41
"org.typelevel" %% "cats-core" % "2.0.0" % "provided"
42
}
43
)
44
- val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.6" % "provided"
+ val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.7" % "provided"
45
46
val catsLaws = Def.setting(
47
if (scalaBinaryVersion.value == "3") {
0 commit comments