Skip to content

Commit

Permalink
Update for Juvix 0.6.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored Jun 13, 2024
1 parent ed195e7 commit 4e54de4
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,5 +5,5 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage
{name := "test";
version := mkVersion 0 9 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.2.0"]};
version := mkVersion 0 10 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.3.0"]};
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.0.
# This file was autogenerated by Juvix version 0.6.2.
# Do not edit this file manually.

version: 2
checksum: 558e4557a17b62c5d97534bd86ce4b964e9f8378a6930533699ddac3605e59a6
checksum: 02d9520e22444b4ad60a0f000f5c4f0a8d220592393b944a8e19bb3dd6712712
dependencies:
- git:
name: anoma_juvix-stdlib
ref: e2efe4e6fe8e8bf1766050a7fa7ad8ff4e8c69fc
ref: 73ecbc57738f4bde6f4f39636436ba38504b33f6
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 4e54de4

Please sign in to comment.