From 16c719764e8a1d92da5e3f4e6f968398f1aceb28 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 4 Jan 2013 17:22:40 -0500 Subject: [PATCH] Convert references to harrah/xsbt to sbt/sbt --- ivy/src/main/scala/sbt/Ivy.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/src/main/scala/sbt/Ivy.scala b/ivy/src/main/scala/sbt/Ivy.scala index ce985c95c..30b19368f 100644 --- a/ivy/src/main/scala/sbt/Ivy.scala +++ b/ivy/src/main/scala/sbt/Ivy.scala @@ -478,7 +478,7 @@ private object IvySbt /** Combines the artifacts, includes, and excludes of duplicate dependency definitions. * This is somewhat fragile and is only intended to workaround Ivy (or sbt's use of Ivy) not handling this case properly. * In particular, Ivy will create multiple dependency entries when converting a pom with a dependency on a classified artifact and a non-classified artifact: - * https://github.com/harrah/xsbt/issues/468 + * https://github.com/sbt/sbt/issues/468 * It will also allow users to declare dependencies on classified modules in different configurations: * https://groups.google.com/d/topic/simple-build-tool/H2MdAARz6e0/discussion * as well as basic multi-classifier handling: #285, #419, #480.