Skip to content

Commit 4af2534

Browse files
authored
Update dependencies and version number (#84)
1 parent 6e75c09 commit 4af2534

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.juvix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription.V2 open;
55
package : Package :=
66
defaultPackage@{
77
name := "anoma-applib";
8-
version := mkVersion 0 6 0;
8+
version := mkVersion 0 7 2;
99
dependencies :=
1010
[
11-
github "anoma" "juvix-stdlib" "v0.10.0";
12-
github "anoma" "juvix-mtl" "v0.2.0";
11+
github "anoma" "juvix-stdlib" "v0.10.1";
12+
github "anoma" "juvix-mtl" "v0.2.1";
1313
];
1414
};

juvix.lock.yaml

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

44
version: 2
5-
checksum: 18b40175be436f5f8d40c2665f43826e2b7cf36b50a6ea0d7f9bfc7ca8ad68a6
5+
checksum: 18c688de6bdc354eb3a05c4328f88d7003b591cabdc8bd643c3b867623747c8e
66
dependencies:
77
- git:
88
name: anoma_juvix-stdlib
9-
ref: c5d4fcd87b26608f628e6b116587f1ec227e1bf0
9+
ref: e5add9b2a8ce3dc28519c135bdcdcd694d0bea15
1010
url: https://github.com/anoma/juvix-stdlib
1111
dependencies: []
1212
- git:
1313
name: anoma_juvix-mtl
14-
ref: 6b41d21544feef0d590222538d394899667c499e
14+
ref: 116893aa8f6233d693bdfa60a56a3879208cfd8f
1515
url: https://github.com/anoma/juvix-mtl
1616
dependencies:
1717
- git:
1818
name: anoma_juvix-stdlib
19-
ref: c5d4fcd87b26608f628e6b116587f1ec227e1bf0
19+
ref: e5add9b2a8ce3dc28519c135bdcdcd694d0bea15
2020
url: https://github.com/anoma/juvix-stdlib
2121
dependencies: []

0 commit comments

Comments
 (0)