diff --git a/ivy/src/main/scala/sbt/Ivy.scala b/ivy/src/main/scala/sbt/Ivy.scala index 1d6f6269e..b146366bf 100644 --- a/ivy/src/main/scala/sbt/Ivy.scala +++ b/ivy/src/main/scala/sbt/Ivy.scala @@ -373,6 +373,7 @@ private object IvySbt { // Now that we know the real latest revision, let's force Ivy to use it val artifactOpt = findFirstArtifactRef(rmr.getDescriptor, dd, data, resolver) artifactOpt match { + case None if resolver.getName == "inter-project" => // do nothing case None => throw new RuntimeException("\t" + resolver.getName + ": no ivy file nor artifact found for " + rmr) case Some(artifactRef) =>