Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# generated Lucky apps.

# Uncomment if you need to override
dependencies:
lucky:
github: luckyframework/lucky
branch: main
avram:
github: luckyframework/avram
branch: main
authentic:
github: luckyframework/authentic
branch: main
# dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
# avram:
# github: luckyframework/avram
# branch: main
# authentic:
# github: luckyframework/authentic
# branch: main
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_cli
version: 1.4.1
version: 1.5.0

authors:
- Paul Smith <paulcsmith0218@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions src/lucky_cli/shard_file_generator.cr
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ class ShardFileGenerator
{
"lucky" => {
"github" => "luckyframework/lucky",
"version" => "~> 1.4.0",
"version" => "~> 1.5.0",
},
"avram" => {
"github" => "luckyframework/avram",
"version" => "~> 1.4.0",
"version" => "~> 1.5.0",
},
"carbon" => {
"github" => "luckyframework/carbon",
Expand Down