Bump dartdoc to 6.0.0 (#107194)

This commit is contained in:
Michael Goderbauer
2022-07-06 16:24:08 -07:00
committed by GitHub
parent 0a06644c38
commit 49a52ae8d1

View File

@@ -20,7 +20,7 @@ function generate_docs() {
# Install and activate dartdoc.
# NOTE: When updating to a new dartdoc version, please also update
# `dartdoc_options.yaml` to include newly introduced error and warning types.
"$DART" pub global activate dartdoc 5.1.2
"$DART" pub global activate dartdoc 6.0.0
# Install and activate the snippets tool, which resides in the
# assets-for-api-docs repo: