diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 76b8f3671d..e73877b79e 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -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.0.12 + "$DART" pub global activate dartdoc 8.0.13 # Build and install the snippets tool, which resides in # the dev/docs/snippets directory.