From b98ed1b39d9e6fe157e3bec4828810dfef1d988e Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Tue, 26 Oct 2021 09:03:02 -0700 Subject: [PATCH] Update dartdoc to 4.1.0. (#92446) --- dev/bots/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 13098afcbb..ef68ae1b24 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 4.0.0 + "$DART" pub global activate dartdoc 4.1.0 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: