Skip to content

Update juvix-mtl #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ package : Package :=
mkVersion@{
major := 0;
minor := 11;
patch := 0;
patch := 1;
};
dependencies :=
[
github "anoma" "juvix-stdlib" "v0.12.0";
github "anoma" "juvix-mtl" "v0.3.3";
github "anoma" "juvix-mtl" "v0.3.4";
];
};
4 changes: 2 additions & 2 deletions juvix.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not edit this file manually.

version: 2
checksum: 87f3f9705354faf72160b218cd9b4425174f4482ff9c413f1f34897b90ea52b5
checksum: 5c11471c6f7b80ce9559cafebe1537073dc5cb6bba44bbf364862c2a821bef49
dependencies:
- git:
name: anoma_juvix-stdlib
Expand All @@ -11,7 +11,7 @@ dependencies:
dependencies: []
- git:
name: anoma_juvix-mtl
ref: d257e194a99b2dcf67b1a8610245c83117f3589a
ref: deb95fae8d728b916fb352d84e1b92d0320cf513
url: https://github.com/anoma/juvix-mtl
dependencies:
- git:
Expand Down