Skip to content

Commit

Permalink
Merge pull request #321 from alexarchambault/topic/scalaz-7.2
Browse files Browse the repository at this point in the history
Switch to scalaz 7.2
  • Loading branch information
benmccann committed Oct 4, 2016
2 parents 337f56f + 5df26f5 commit 97cbdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -21,8 +21,8 @@ object Build extends Build {
file("."),
settings = commonSettings ++ Seq(
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.1.0",
"org.scalaz" %% "scalaz-effect" % "7.1.0",
"org.scalaz" %% "scalaz-core" % "7.2.5",
"org.scalaz" %% "scalaz-effect" % "7.2.5",
"org.scalatest" %% "scalatest" % "2.2.1" % "test")
)
)
Expand Down

0 comments on commit 97cbdbf

Please sign in to comment.