From 96597c25e61762b8584a0f957dd0adb2c6ff3eb2 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Tue, 13 Dec 2022 14:28:01 -0800 Subject: [PATCH] Bump Dartdoc version to 6.1.5 (#117014) --- 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 aee4477510c..576bc283374 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.4 + "$DART" pub global activate dartdoc 6.1.5 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: