Skip to content

Commit d2527b2

Browse files
committed
update test
1 parent 6661adb commit d2527b2

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

Test/Package.juvix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package : Package :=
77
name := "anoma-applib-test";
88
dependencies :=
99
[
10-
github "anoma" "juvix-test" "v0.21.1";
11-
github "anoma" "juvix-stdlib" "v0.11.1";
12-
github "anoma" "juvix-mtl" "v0.3.2";
10+
github "anoma" "juvix-test" "v0.22.1";
11+
github "anoma" "juvix-stdlib" "v0.12.0";
12+
github "anoma" "juvix-mtl" "v0.3.4";
1313
path "../";
1414
];
1515
};

Test/Test/Ethereum/Abi.juvix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module Test.Ethereum.Abi;
22

33
import Stdlib.Prelude open;
4+
import Stdlib.Math open;
45
import Test.JuvixUnit open;
56
import Anoma.Primitives.FixedSize open;
67
import Ethereum.Abi open;

Test/juvix.lock.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,47 @@
22
# Do not edit this file manually.
33

44
version: 2
5-
checksum: 0489465b04909edf0e8687a441151a9e47dbb2ce4678ab6fe0e2b3c13dfa4a32
5+
checksum: 0fc4e1d912ed9bc14188d3093109e93421da361689fcaf863e4ba5194845eafd
66
dependencies:
77
- git:
88
name: anoma_juvix-test
9-
ref: 1f18fba03ff6aa6954d5a9287a7e8384e835e6f1
9+
ref: 6a460a7ef7368a6d09e091b21131bd5b3fdd5514
1010
url: https://github.com/anoma/juvix-test
1111
dependencies:
1212
- git:
1313
name: anoma_juvix-stdlib
14-
ref: 01b1da83dd7d0d1c2396e26cf4ec0591cfbf5b15
14+
ref: 24988693716daa8476806a812e71ce229983f5fa
1515
url: https://github.com/anoma/juvix-stdlib
1616
dependencies: []
1717
- git:
1818
name: anoma_juvix-stdlib
19-
ref: 01b1da83dd7d0d1c2396e26cf4ec0591cfbf5b15
19+
ref: 24988693716daa8476806a812e71ce229983f5fa
2020
url: https://github.com/anoma/juvix-stdlib
2121
dependencies: []
2222
- git:
2323
name: anoma_juvix-mtl
24-
ref: 146c39c54a8b34f656d2cc56a4a9232be198fd61
24+
ref: deb95fae8d728b916fb352d84e1b92d0320cf513
2525
url: https://github.com/anoma/juvix-mtl
2626
dependencies:
2727
- git:
2828
name: anoma_juvix-stdlib
29-
ref: 01b1da83dd7d0d1c2396e26cf4ec0591cfbf5b15
29+
ref: 24988693716daa8476806a812e71ce229983f5fa
3030
url: https://github.com/anoma/juvix-stdlib
3131
dependencies: []
3232
- path: ../
3333
dependencies:
3434
- git:
3535
name: anoma_juvix-stdlib
36-
ref: 01b1da83dd7d0d1c2396e26cf4ec0591cfbf5b15
36+
ref: 24988693716daa8476806a812e71ce229983f5fa
3737
url: https://github.com/anoma/juvix-stdlib
3838
dependencies: []
3939
- git:
4040
name: anoma_juvix-mtl
41-
ref: 146c39c54a8b34f656d2cc56a4a9232be198fd61
41+
ref: deb95fae8d728b916fb352d84e1b92d0320cf513
4242
url: https://github.com/anoma/juvix-mtl
4343
dependencies:
4444
- git:
4545
name: anoma_juvix-stdlib
46-
ref: 01b1da83dd7d0d1c2396e26cf4ec0591cfbf5b15
46+
ref: 24988693716daa8476806a812e71ce229983f5fa
4747
url: https://github.com/anoma/juvix-stdlib
4848
dependencies: []

0 commit comments

Comments
 (0)