Skip to content

Commit ccddcc1

Browse files
authored
Merge pull request mockito#479 from scala-steward/update/scalaz-core-7.3.7
Update scalaz-core to 7.3.7
2 parents 9017331 + 710ec54 commit ccddcc1

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
@@ -41,7 +41,7 @@ object Dependencies {
4141
"org.typelevel" %% "cats-core" % "2.0.0" % "provided"
4242
}
4343
)
44-
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.6" % "provided"
44+
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.7" % "provided"
4545

4646
val catsLaws = Def.setting(
4747
if (scalaBinaryVersion.value == "3") {

0 commit comments

Comments
 (0)