mirror of https://github.com/sbt/sbt.git
Bump dependencies for 2.12.0
This commit is contained in:
parent
274f1c328e
commit
9bc85b86e7
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue