Skip to content

Commit

Permalink
Update stdlib to v0.10.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Jan 29, 2025
1 parent 6b41d21 commit f9ebdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage@{
name := "mtl";
version := mkVersion 0 1 1;
dependencies := [github "anoma" "juvix-stdlib" "v0.10.0"];
version := mkVersion 0 2 1;
dependencies := [github "anoma" "juvix-stdlib" "v0.10.1"];
};

0 comments on commit f9ebdfe

Please sign in to comment.