Switch to scalaz 7.2.8

This commit is contained in:
Alexandre Archambault 2017-01-31 15:47:29 +01:00
parent c61370ac4f
commit ed03750c23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ val binaryCompatibility212Version = "1.0.0-M15"
lazy val IntegrationTest = config("it") extend Test
lazy val scalazVersion = "7.2.7"
lazy val scalazVersion = "7.2.8"
lazy val core = crossProject
.settings(commonSettings)

View File

@ -5,4 +5,4 @@ io.get-coursier:coursier_2.11:1.0.0-SNAPSHOT:compile
org.jsoup:jsoup:1.10.2:default
org.scala-lang:scala-library:2.11.8:default
org.scala-lang.modules:scala-xml_2.11:1.0.6:default
org.scalaz:scalaz-core_2.11:7.2.7:default
org.scalaz:scalaz-core_2.11:7.2.8:default