Skip to content

Commit f60e65b

Browse files
authored
chore(aft): bump dart sdk preview version to 3.3 for aft sdk compatibility test (#4330)
1 parent df401fa commit f60e65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aft/test/model_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void main() {
124124
final previewPackage = await d
125125
.package(
126126
'preview_pkg',
127-
sdkConstraint: '^3.2.0-0',
127+
sdkConstraint: '^3.3.0-0',
128128
)
129129
.create();
130130
expect(

0 commit comments

Comments
 (0)