Skip to content

Commit

Permalink
use defaultStdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Dec 2, 2024
1 parent 30ddbb6 commit 2f53a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package : Package :=
defaultPackage@?{
name := "quickcheck";
version := mkVersion 0 16 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.8.0"];
dependencies := [defaultStdlib];
main := just "Example.juvix";
};

0 comments on commit 2f53a7b

Please sign in to comment.