diff --git a/example/pubspec.lock b/example/pubspec.lock index 14f2df9..b2187bd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -15,15 +15,15 @@ packages: path: ".." relative: true source: path - version: "4.9.0" + version: "4.9.2" blockchain_utils: dependency: "direct main" description: name: blockchain_utils - sha256: ebb6c336ba0120de0982c50d8bc597cb494a530bd22bd462895bb5cebde405af + sha256: eebd06ff3709be5c660be72f0b0ee8f524fbb9e20752436f19f07f3be8ee6d1f url: "https://pub.dev" source: hosted - version: "3.4.0" + version: "3.5.0" boolean_selector: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2fad8b2..bce4f5a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: path: ../ # blockchain_utils: # path: ../../blockchain_utils - blockchain_utils: ^3.4.0 + blockchain_utils: ^3.5.0 http: ^1.2.0 dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 3c57644..73f4adf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,10 +16,10 @@ environment: dependencies: - # blockchain_utils: ^3.4.0 + blockchain_utils: ^3.5.0 - blockchain_utils: - path: ../blockchain_utils + # blockchain_utils: + # path: ../blockchain_utils dev_dependencies: