Skip to content

Commit

Permalink
Bump snippets activated to 0.4.3 (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Mar 5, 2024
1 parent cec45fb commit 58c065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/task.dart
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Future<Iterable<Map<String, Object?>>> _docFlutter({
}
await flutterRepo.launcher.runStreamed(
flutterRepo.dartCmd,
['pub', 'global', 'activate', 'snippets', '0.4.0'],
['pub', 'global', 'activate', 'snippets', '0.4.3'],
);
// TODO(jcollins-g): flutter's dart SDK pub tries to precompile the universe
// when using -spath. Why?
Expand Down

0 comments on commit 58c065d

Please sign in to comment.