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 067d805 commit b80de01Copy full SHA for b80de01
project/Dependencies.scala
@@ -22,7 +22,7 @@ object Dependencies {
22
def scalaReflection(scalaVersion: String) = "org.scala-lang" % "scala-reflect" % scalaVersion
23
24
val cats = "org.typelevel" %% "cats-core" % "2.0.0" % "provided"
25
- val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.3" % "provided"
+ val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.5" % "provided"
26
27
val catsLaws = "org.typelevel" %% "cats-laws" % "2.0.0"
28
val disciplineScalatest = "org.typelevel" %% "discipline-scalatest" % "2.1.1"
0 commit comments