Skip to content

Commit

Permalink
use defaultStdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Dec 3, 2024
1 parent 30ddbb6 commit c75ec60
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,7 +5,7 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage@?{
name := "quickcheck";
version := mkVersion 0 16 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.8.0"];
version := mkVersion 0 17 0;
dependencies := [defaultStdlib];
main := just "Example.juvix";
};

0 comments on commit c75ec60

Please sign in to comment.