diff --git a/source/dub/project.d b/source/dub/project.d index 1661f8a..7dc5d7a 100644 --- a/source/dub/project.d +++ b/source/dub/project.d @@ -407,7 +407,7 @@ enforce(!m_rootPackage.name.canFind(' '), "Aborting due to the package name containing spaces."); foreach (d; m_rootPackage.getAllDependencies()) - if (d.spec.isExactVersion && d.spec.version_.isBranch && d.spec.repository.empty) { + if (d.spec.isExactVersion && d.spec.version_.isBranch) { logWarn("WARNING: A deprecated branch based version specification is used " ~ "for the dependency %s. Please use numbered versions instead. Also " ~ "note that you can still use the %s file to override a certain "