From ce510e039444a4d3518abac6fa646bb61f3b01c9 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Wed, 28 Apr 2021 08:00:30 +0800 Subject: [PATCH] Updated pubspec dependencies --- packages/symbol_table/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/symbol_table/pubspec.yaml b/packages/symbol_table/pubspec.yaml index bc90e868..0c605c46 100644 --- a/packages/symbol_table/pubspec.yaml +++ b/packages/symbol_table/pubspec.yaml @@ -1,5 +1,3 @@ -dependencies: - collection: ^1.15.0-nullsafety.4 name: symbol_table version: 2.0.0 description: A generic symbol table implementation in Dart, with support for scopes and constants. @@ -7,5 +5,7 @@ author: Tobe O homepage: https://github.com/thosakwe/symbol_table environment: sdk: '>=2.12.0 <3.0.0' +dependencies: + collection: ^1.15.0 dev_dependencies: test: ^1.15.7 \ No newline at end of file