From c7df6a0e25c7c1bb8957b63f244667ec8c2b8030 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 4 Apr 2023 00:37:03 +0000 Subject: [PATCH] CompatHelper: bump compat for Documenter to 0.27, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f2717e7..9a4700c 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" [compat] CodecZlib = "0.7" DefaultApplication = "1" -Documenter = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26" +Documenter = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27" DocumenterMarkdown = "0.2" Glob = "1" JSON = "0.21"