Skip to content
Snippets Groups Projects
Commit 4392a43b authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Update _firstGitPathVersion.

This isn't going to make it into -dev.4.0.
parent 1a85aae8
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ import '../validator.dart';
final _firstCaretVersion = new Version.parse("1.8.0-dev.3.0");
/// The first Dart SDK version that supported Git path dependencies.
final _firstGitPathVersion = new Version.parse("1.25.0-dev.4.0");
final _firstGitPathVersion = new Version.parse("1.25.0-dev.5.0");
/// A validator that validates a package's dependencies.
class DependencyValidator extends Validator {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment