From 24a792dae105e281962a7e3e4c35cbfd9652ff0a Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 29 Feb 2024 11:12:15 -0800 Subject: [PATCH] Bump dartdocs to 8.0.6 (#144413) --- 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 08374e7e4c24ad..21fed4fd7ef33d 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -111,7 +111,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 8.0.2 + "$DART" pub global activate dartdoc 8.0.6 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: