version fix
fosse committed
Sep 19, 2023 at 12:21 UTC
d8d2335a5fadbac519dd8400f94d11d379b55641
1 file changed
+4
-4
cw_ethereum/pubspec.yaml
+4
-4
@@ -21,7 +21,10 @@ dependencies:
21
hex: ^0.2.0
22
http: ^1.1.0
23
shared_preferences: ^2.0.15
24
- ens_dart: ^1.0.0
24
+ ens_dart:
25
+ git:
26
+ url: https://github.com/cake-tech/ens_dart.git
27
+ ref: main
28
cw_core:
29
path: ../cw_core
30
@@ -32,9 +35,6 @@ dev_dependencies:
35
mobx_codegen: ^2.0.7
36
hive_generator: ^1.1.3
37
35
-dependency_overrides:
36
- http: 1.1.0
37
-
38
# For information on the generic Dart part of this file, see the
39
# following page: https://dart.dev/tools/pub/pubspec
40