Bump dependencies for 2.12.0

This commit is contained in:
Alexandre Archambault 2016-10-31 14:54:50 +01:00
parent 274f1c328e
commit 9bc85b86e7
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
3 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ lazy val commonSettings = scalaVersionAgnosticCommonSettings ++ Seq(
}
)
val scalazVersion = "7.2.6"
val scalazVersion = "7.2.7"
lazy val core = crossProject
.settings(commonSettings: _*)
@ -259,7 +259,7 @@ lazy val tests = crossProject
if (scalaBinaryVersion.value == "2.10")
"0.9.5"
else
"0.9.6-RC6"
"0.9.6"
"org.scala-lang.modules" %% "scala-async" % asyncVersion % "provided"
},

View File

@ -2,7 +2,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.8.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.4.0")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.5")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.6")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14")
addSbtPlugin("com.typesafe.sbt" % "sbt-proguard" % "0.2.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.11")

View File

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