lucky-cli: lucky doesn't lock its dependencies

This commit is contained in:
Peter Hoeg 2021-03-30 15:25:46 +08:00
parent a176af3dce
commit a2d09aff8f
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: 2.0
shards: shards:
ameba: ameba:
git: https://github.com/crystal-ameba/ameba.git git: https://github.com/crystal-ameba/ameba.git
version: 0.13.3 version: 0.14.2
future: future:
git: https://github.com/crystal-community/future.cr.git git: https://github.com/crystal-community/future.cr.git

View File

@ -2,8 +2,8 @@
ameba = { ameba = {
owner = "crystal-ameba"; owner = "crystal-ameba";
repo = "ameba"; repo = "ameba";
rev = "v0.13.3"; rev = "v0.14.2";
sha256 = "0yhb8vfrfzsm3a45h2jmcrn1n7jy3zn2hwims3dikgq8kaggws9y"; sha256 = "1l1q1icpzg1zvhfj8948w36j7ikaj7w816677zi29vi6y2d1dmf2";
}; };
future = { future = {
owner = "crystal-community"; owner = "crystal-community";