Skip to content

Commit 58c065d

Browse files
authoredMar 5, 2024
Bump snippets activated to 0.4.3 (#3702)
1 parent cec45fb commit 58c065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tool/task.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Future<Iterable<Map<String, Object?>>> _docFlutter({
326326
}
327327
await flutterRepo.launcher.runStreamed(
328328
flutterRepo.dartCmd,
329-
['pub', 'global', 'activate', 'snippets', '0.4.0'],
329+
['pub', 'global', 'activate', 'snippets', '0.4.3'],
330330
);
331331
// TODO(jcollins-g): flutter's dart SDK pub tries to precompile the universe
332332
// when using -spath. Why?

0 commit comments

Comments
 (0)
Please sign in to comment.