From b79aabff265dce997152a4ec181337ccffe779ee Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 1 Jul 2024 10:54:03 -0700 Subject: [PATCH] Bump dartdoc to 8.0.10 (#151107) For https://github.com/flutter/flutter/pull/151011#discussion_r1660046408. --- 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 3b9e2c7144..19a38fe774 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -121,7 +121,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.9+1 + "$DART" pub global activate dartdoc 8.0.10 # Build and install the snippets tool, which resides in # the dev/docs/snippets directory.