diff --git a/examples/openai/celest/pubspec.yaml b/examples/openai/celest/pubspec.yaml index 6ebb8a1d..42a27e40 100644 --- a/examples/openai/celest/pubspec.yaml +++ b/examples/openai/celest/pubspec.yaml @@ -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 diff --git a/examples/todo/celest/pubspec.yaml b/examples/todo/celest/pubspec.yaml index 08324eeb..33fe89cd 100644 --- a/examples/todo/celest/pubspec.yaml +++ b/examples/todo/celest/pubspec.yaml @@ -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 diff --git a/packages/celest/example/celest/pubspec.yaml b/packages/celest/example/celest/pubspec.yaml index ac16384c..a26ba48e 100644 --- a/packages/celest/example/celest/pubspec.yaml +++ b/packages/celest/example/celest/pubspec.yaml @@ -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 diff --git a/packages/celest/pubspec.yaml b/packages/celest/pubspec.yaml index 883a2943..8a00d820 100644 --- a/packages/celest/pubspec.yaml +++ b/packages/celest/pubspec.yaml @@ -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 diff --git a/packages/celest_core/pubspec.yaml b/packages/celest_core/pubspec.yaml index ff7fae73..1f4c67e5 100644 --- a/packages/celest_core/pubspec.yaml +++ b/packages/celest_core/pubspec.yaml @@ -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