Skip to content

Commit b80de01

Browse files
Update scalaz-core to 7.3.5 (#397)
[skip ci]
1 parent 067d805 commit b80de01

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
@@ -22,7 +22,7 @@ object Dependencies {
2222
def scalaReflection(scalaVersion: String) = "org.scala-lang" % "scala-reflect" % scalaVersion
2323

2424
val cats = "org.typelevel" %% "cats-core" % "2.0.0" % "provided"
25-
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.3" % "provided"
25+
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.5" % "provided"
2626

2727
val catsLaws = "org.typelevel" %% "cats-laws" % "2.0.0"
2828
val disciplineScalatest = "org.typelevel" %% "discipline-scalatest" % "2.1.1"

0 commit comments

Comments
 (0)