Merge pull request #2186 from dwijnand/fix/1750-2

Tail-end fixes for #1750.
This commit is contained in:
Josh Suereth 2015-08-31 07:43:24 -04:00
commit 58f5ceb6f2
3 changed files with 18 additions and 1 deletions

View File

@ -73,6 +73,7 @@ final class IvySbt(val configuration: IvyConfiguration) {
is.setBaseDir(baseDirectory)
is.setCircularDependencyStrategy(configuration.updateOptions.circularDependencyLevel.ivyStrategy)
CustomPomParser.registerDefault
is.setVariable("alwaysDeleteSourcesAndJavadocJarsOnChangedModuleDescriptor", "true")
configuration match {
case e: ExternalIvyConfiguration =>

View File

@ -0,0 +1,16 @@
[@dwijnand]: http://github.com/dwijnand
[#1750]: https://github.com/sbt/sbt/issues/1750
[sbt/ivy#17]: https://github.com/sbt/ivy/pull/17
[#2163]: https://github.com/sbt/sbt/pull/2163
[sbt/ivy#18]: https://github.com/sbt/ivy/pull/18
[#2186]: https://github.com/sbt/sbt/pull/2186
### Fixes with compatibility implications
### Improvements
### Bug fixes
- Fixes `updateClassifiers` downloading updated snapshot sources and docs.
[#1750][]/[sbt/ivy#17][]/[#2163][]/[sbt/ivy#18][]/[#2186][] by [@dwijnand][]

View File

@ -9,7 +9,7 @@ object Dependencies {
lazy val scala211 = "2.11.7"
lazy val jline = "jline" % "jline" % "2.11"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-d21bcdd997a724338fbb06ecb82453c1431ff6e6"
lazy val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-d592b1b0f77cf706e882b1b8e0162dee28165fb2"
lazy val jsch = "com.jcraft" % "jsch" % "0.1.46" intransitive ()
lazy val sbinary = "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
lazy val sbtSerialization = "org.scala-sbt" %% "serialization" % "0.1.2"