From 0353fa282b7003ae94b88336f775ad1ff873fdd8 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 8 Sep 2021 12:32:06 -0700 Subject: [PATCH] Update dartdoc to 3.0.0 (#89603) --- 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 ce79dc4905..82a563b069 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 2.0.0 + "$DART" pub global activate dartdoc 3.0.0 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: