Roll dartdoc to 8.3.0 (#159448)

This commit is contained in:
Michael Goderbauer 2024-11-25 15:16:33 -08:00 committed by GitHub
parent 6494c0b5c4
commit 37bda37c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ function generate_docs() {
# Install and activate dartdoc.
# 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 8.2.0
"$DART" pub global activate dartdoc 8.3.0
# Build and install the snippets tool, which resides in
# the dev/docs/snippets directory.