diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index e379872f568..aee4477510c 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -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 6.1.3 + "$DART" pub global activate dartdoc 6.1.4 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: