From 49a52ae8d1a651df8fa86901c017903f1212081f Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 6 Jul 2022 16:24:08 -0700 Subject: [PATCH] Bump dartdoc to 6.0.0 (#107194) --- 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 7836ff186a..b8b715c06f 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 5.1.2 + "$DART" pub global activate dartdoc 6.0.0 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: