Skip to content

Commit

Permalink
chore(aft): bump dart sdk preview version to 3.3 for aft sdk compatib…
Browse files Browse the repository at this point in the history
…ility test (#4330)
  • Loading branch information
NikaHsn authored Jan 10, 2024
1 parent df401fa commit f60e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aft/test/model_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void main() {
final previewPackage = await d
.package(
'preview_pkg',
sdkConstraint: '^3.2.0-0',
sdkConstraint: '^3.3.0-0',
)
.create();
expect(
Expand Down

0 comments on commit f60e65b

Please sign in to comment.