Update ivy version to include IVY-1515

https://github.com/sbt/ivy/pull/25
This commit is contained in:
jvican 2017-05-09 01:10:41 +02:00
parent 96c775c445
commit 89b722c132
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ object Dependencies {
def addSbtUtilCache(p: Project): Project = addSbtModule(p, sbtUtilPath, "utilCache", utilCache)
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-48dd0744422128446aee9ac31aa356ee203cc9f4"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-a3314352b638afbf0dca19f127e8263ed6f898bd"
val jsch = "com.jcraft" % "jsch" % "0.1.46" intransitive ()
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
val scalaXml = scala211Module("scala-xml", "1.0.5")