mirror of https://github.com/sbt/sbt.git
Switch to scalaz 7.2.8
This commit is contained in:
parent
c61370ac4f
commit
ed03750c23
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue