Skip to content

Commit

Permalink
Update to stdlib 0.7.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored Sep 3, 2024
1 parent 72a517d commit 6e6a5f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 14 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.6.0"];
version := mkVersion 0 15 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.7.0"];
main := just "Example.juvix"
};
6 changes: 3 additions & 3 deletions juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file was autogenerated by Juvix version 0.6.5.
# This file was autogenerated by Juvix version 0.6.6.
# Do not edit this file manually.

version: 2
checksum: 3eaf6b2852195ac6cbcb5e9af836bb73b8932f534f687ba4820bfb9fd3b9d891
checksum: ff53148c3afba3ebda7a58fb73019d4a0f20d45e5db8467c435b8c137b14d333
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 6e6a5f3

Please sign in to comment.