From 38a5571e915304ff674598c8d20efcf9f6e4bb8c Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 29 Sep 2022 13:55:30 -0700 Subject: [PATCH] Rev dartdoc to 6.1.2 (#112664) --- 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 0f95f14b04b..5569d505fde 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.1 + "$DART" pub global activate dartdoc 6.1.2 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: