Skip to content

Commit 2b75cf4

Browse files
authored
Update juvix-mtl (#99)
1 parent 4f740b0 commit 2b75cf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.juvix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ package : Package :=
99
mkVersion@{
1010
major := 0;
1111
minor := 11;
12-
patch := 0;
12+
patch := 1;
1313
};
1414
dependencies :=
1515
[
1616
github "anoma" "juvix-stdlib" "v0.12.0";
17-
github "anoma" "juvix-mtl" "v0.3.3";
17+
github "anoma" "juvix-mtl" "v0.3.4";
1818
];
1919
};

juvix.lock.yaml

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

44
version: 2
5-
checksum: 87f3f9705354faf72160b218cd9b4425174f4482ff9c413f1f34897b90ea52b5
5+
checksum: 5c11471c6f7b80ce9559cafebe1537073dc5cb6bba44bbf364862c2a821bef49
66
dependencies:
77
- git:
88
name: anoma_juvix-stdlib
@@ -11,7 +11,7 @@ dependencies:
1111
dependencies: []
1212
- git:
1313
name: anoma_juvix-mtl
14-
ref: d257e194a99b2dcf67b1a8610245c83117f3589a
14+
ref: deb95fae8d728b916fb352d84e1b92d0320cf513
1515
url: https://github.com/anoma/juvix-mtl
1616
dependencies:
1717
- git:

0 commit comments

Comments
 (0)