Skip to content

Commit

Permalink
chore(repo): Bump Dart SDK to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Feb 19, 2024
1 parent 6f96d6c commit 0673120
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/openai/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The Celest backend for celest_project.
publish_to: none

environment:
sdk: ^3.2.0
sdk: ^3.3.0

dependencies:
celest: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The Celest backend for todo.
publish_to: none

environment:
sdk: ^3.2.0
sdk: ^3.3.0

dependencies:
celest: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/celest/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The Celest backend for example_app.
publish_to: none

environment:
sdk: ^3.2.0
sdk: ^3.3.0

dependencies:
celest: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest

environment:
sdk: ^3.2.0
sdk: ^3.3.0

dependencies:
async: ^2.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/celest_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core

environment:
sdk: ^3.2.0
sdk: ^3.3.0

dependencies:
collection: ^1.18.0
Expand Down

0 comments on commit 0673120

Please sign in to comment.