Bump up ivy to 2.3.0-sbt-39ece6f17e1af62c2e89a9d88b59c0c3aad56145

Ref sbt/ivy#21
This commit is contained in:
Eugene Yokota 2015-12-30 04:07:39 -05:00 committed by Dale Wijnand
parent 409d1a7f4e
commit 33ae444041
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ object Dependencies {
lazy val utilTesting = "org.scala-sbt" %% "util-testing" % utilVersion
lazy val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0-M1"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-927bc9ded7f8fba63297cddd0d5a3d01d6ad5d8d"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-39ece6f17e1af62c2e89a9d88b59c0c3aad56145"
lazy val jsch = "com.jcraft" % "jsch" % "0.1.46" intransitive ()
lazy val sbtSerialization = "org.scala-sbt" %% "serialization" % "0.1.2"
lazy val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }