From 28d817e7088da9077f6d99a356555e4e7c127048 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 18 May 2022 17:57:13 -0700 Subject: [PATCH] Bump dartdoc to 5.1.2 (#104097) --- 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 edafc308b3..7836ff186a 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 5.0.1 + "$DART" pub global activate dartdoc 5.1.2 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: