Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 23, 2024
1 parent fe4123f commit 7d9c930
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Kudos/Main.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Stdlib.Debug.Fail open;

import Anoma.Identity open;
import Anoma.Builtin.System open;
import Anoma.Transaction open using {Transaction};
import Anoma.Transaction open;

import Applib.Resource.Error open;
import Applib.Helpers open;
Expand Down
4 changes: 2 additions & 2 deletions Kudos/Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package : Package :=
name := "kudos";
dependencies :=
[ github "anoma" "juvix-stdlib" "ff351799c068e7b3e23dd903547d228dc30aff5e"
; github "anoma" "juvix-arm-transparent" "c5d16b93ec2d01686c5dd934ce671a51edab344a"
; github "anoma" "anoma-app-lib" "3546d48baf19479db9feb30f68c841175b279f48"
; github "anoma" "juvix-test" "v0.15.0"
; github "anoma" "juvix-arm-transparent" "c5d16b93ec2d01686c5dd934ce671a51edab344a"
; github "anoma" "anoma-app-lib" "32ff9d624aa8548f979deaff1340f4dbd4cf7b72"
]
};
26 changes: 13 additions & 13 deletions Kudos/juvix.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@
# Do not edit this file manually.

version: 2
checksum: 4813682ec934e3cbe5d8013c5b35d72bf896d240a2f55ef3ebd3d622a3aaca3a
checksum: 647c672b746bb1a2ae04f224a746a076d860b39120ffd15100f0f0c2d02e1c9e
dependencies:
- git:
name: anoma_juvix-stdlib
ref: ff351799c068e7b3e23dd903547d228dc30aff5e
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-test
ref: 3103c41e055eb9018a851fd3688cd608cad8f55d
url: https://github.com/anoma/juvix-test
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-arm-transparent
ref: c5d16b93ec2d01686c5dd934ce671a51edab344a
Expand All @@ -21,7 +31,7 @@ dependencies:
dependencies: []
- git:
name: anoma_anoma-app-lib
ref: 3546d48baf19479db9feb30f68c841175b279f48
ref: 32ff9d624aa8548f979deaff1340f4dbd4cf7b72
url: https://github.com/anoma/anoma-app-lib
dependencies:
- git:
Expand All @@ -41,21 +51,11 @@ dependencies:
dependencies: []
- git:
name: anoma_juvix-arm-transparent
ref: c5d16b93ec2d01686c5dd934ce671a51edab344a
ref: efb1be6b0448690fb4d0b95a58f88fb1d5c7cc3e
url: https://github.com/anoma/juvix-arm-transparent
dependencies:
- git:
name: anoma_juvix-stdlib
ref: ff351799c068e7b3e23dd903547d228dc30aff5e
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-test
ref: 3103c41e055eb9018a851fd3688cd608cad8f55d
url: https://github.com/anoma/juvix-test
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 7d9c930

Please sign in to comment.