Skip to content

Commit

Permalink
update (#8252)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza authored Feb 18, 2025
1 parent aa11ce0 commit 02128a1
Show file tree
Hide file tree
Showing 25 changed files with 61,833 additions and 63,442 deletions.
2 changes: 1 addition & 1 deletion crystal/athena/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: athena-framework/athena
version: 0.19
version: 0.20

environment:
ATHENA_ENV: production
2 changes: 1 addition & 1 deletion crystal/athena/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ targets:
dependencies:
athena:
github: athena-framework/framework
version: ~> 0.19.0
version: ~> 0.20.1

license: MIT
2 changes: 1 addition & 1 deletion dart/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 3.5
version: 3.7

engines:
aot:
Expand Down
2 changes: 1 addition & 1 deletion dart/shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: shelf_app

environment:
sdk: "^3.6.0"
sdk: "^3.7.0"

dependencies:
shelf: ">=1.4.1 <1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion dart/spry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: spry_app

environment:
sdk: ^3.6.0
sdk: ^3.7.0

dependencies:
spry: ^6.0.1
Loading

0 comments on commit 02128a1

Please sign in to comment.