From eefbe85c8bd4185a087cd83251e552be326568ad Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 8 Dec 2022 22:32:07 -0600 Subject: [PATCH] Bump dartdoc to 6.1.4 (#116758) --- 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 e379872f568e..aee4477510c8 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 6.1.3 + "$DART" pub global activate dartdoc 6.1.4 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: