From d905fbab0dcab229e975af6087bb356af7586ca5 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 16 Sep 2022 13:35:49 -0700 Subject: [PATCH] Rev dartdoc to 6.1.1 (#111767) --- 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 b8b715c06f..0f95f14b04 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.0.0 + "$DART" pub global activate dartdoc 6.1.1 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: