From 6ec93f2296c4a4a990cd6a279476355a51a8682d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 17 Apr 2019 16:11:14 -0400 Subject: [PATCH] Bump des --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index fd0cec6..a548fb3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,9 +2,9 @@ author: Tobe O description: Command-line tools for the Angel framework, including scaffolding. homepage: https://github.com/angel-dart/angel_cli name: angel_cli -version: 2.1.5+1 +version: 2.1.5+2 dependencies: - analyzer: ">=0.32.0" + analyzer: ">=0.32.0 <2.0.0" args: ^1.0.0 code_builder: ^3.0.0 dart_style: ^1.0.0 @@ -16,7 +16,7 @@ dependencies: path: ^1.0.0 prompts: ^1.0.0 pubspec_parse: ^0.1.2 - quiver: ">=0.29.0" + quiver: ^2.0.0 recase: ^2.0.0 watcher: ^0.9.7 yaml: ^2.0.0