From 5693cb25e6cf423e83a79f53aae8fccb993dcf64 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Sep 2024 12:15:44 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Documenter at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 2ef0ce0..6580417 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils" [compat] CSV = "0.10" +Documenter = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"