Skip to content

Commit

Permalink
Merge pull request #479 from scala-steward/update/scalaz-core-7.3.7
Browse files Browse the repository at this point in the history
Update scalaz-core to 7.3.7
  • Loading branch information
TimvdLippe authored Aug 29, 2023
2 parents 9017331 + 710ec54 commit ccddcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
"org.typelevel" %% "cats-core" % "2.0.0" % "provided"
}
)
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.6" % "provided"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.7" % "provided"

val catsLaws = Def.setting(
if (scalaBinaryVersion.value == "3") {
Expand Down

0 comments on commit ccddcc1

Please sign in to comment.