Index: sdk/lib/_internal/pub/lib/src/source/hosted.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/source/hosted.dart b/sdk/lib/_internal/pub/lib/src/source/hosted.dart |
index ec21d2080899105b026cca63c29459651116a558..5dcba33efcffd135d2d7b46745fee0a8ff704039 100644 |
--- a/sdk/lib/_internal/pub/lib/src/source/hosted.dart |
+++ b/sdk/lib/_internal/pub/lib/src/source/hosted.dart |
@@ -25,6 +25,7 @@ import 'cached.dart'; |
/// the same API as pub.dartlang.org. |
class HostedSource extends CachedSource { |
final name = "hosted"; |
+ final hasMultipleVersions = true; |
/// Gets the default URL for the package server for hosted dependencies. |
static String get defaultUrl { |