Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and paulcadman committed Oct 11, 2024
1 parent 548f3b5 commit 1e581bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package : Package :=
name := "stdlib-test";
dependencies :=
[ path "../"
; github "anoma" "juvix-quickcheck" "b398d3cd58f0a7fb9be24d57fc5b3d82f31de555"
; github "anoma" "juvix-test" "3103c41e055eb9018a851fd3688cd608cad8f55d"
; github "anoma" "juvix-quickcheck" "3b07a8dc6ab514a04849021dd932d9eebe084782"
; github "anoma" "juvix-test" "992689d347f44462428ecb423f986f9e3c74f9ec"
]
};
8 changes: 4 additions & 4 deletions test/juvix.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# Do not edit this file manually.

version: 2
checksum: 05003064be8ff630775c22735af69a82ddd4ac04fdd3ad6aa0c3f01867777225
checksum: 88efec44de492905c0e8d6e52b0d4d8b398c04394ec55df1d40daa598dbb047e
dependencies:
- path: ../
dependencies: []
- git:
name: anoma_juvix-quickcheck
ref: b398d3cd58f0a7fb9be24d57fc5b3d82f31de555
ref: 3b07a8dc6ab514a04849021dd932d9eebe084782
url: https://github.com/anoma/juvix-quickcheck
dependencies:
- git:
name: anoma_juvix-stdlib
ref: af72f25057217619a03b7a5114000d02d0abed31
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-test
ref: 3103c41e055eb9018a851fd3688cd608cad8f55d
ref: 992689d347f44462428ecb423f986f9e3c74f9ec
url: https://github.com/anoma/juvix-test
dependencies:
- git:
Expand Down

0 comments on commit 1e581bb

Please sign in to comment.