From 3f87e808f86b5a82da5f04d497f1c002da978565 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 22 Mar 2023 10:06:25 -0700 Subject: [PATCH] Update dartdoc to 6.2.0 (#123193) Update dartdoc to 6.2.0 --- 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 af7847a089..daa8c2718e 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -20,7 +20,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 6.1.5 + "$DART" pub global activate dartdoc 6.2.0 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: