Updated pubspec dependencies
This commit is contained in:
parent
e546ee2bd7
commit
ce510e0394
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
dependencies:
|
|
||||||
collection: ^1.15.0-nullsafety.4
|
|
||||||
name: symbol_table
|
name: symbol_table
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
description: A generic symbol table implementation in Dart, with support for scopes and constants.
|
description: A generic symbol table implementation in Dart, with support for scopes and constants.
|
||||||
|
@ -7,5 +5,7 @@ author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/thosakwe/symbol_table
|
homepage: https://github.com/thosakwe/symbol_table
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
dependencies:
|
||||||
|
collection: ^1.15.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
Loading…
Reference in a new issue