From 9d1da20a49a806bfd9555b563639de501a588281 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 9 Oct 2024 00:06:32 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Documenter at version 1 for package test, (keep existing compat) --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 47a6aa4..a190b50 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,6 +22,7 @@ ChainRulesCore = "1" ChainRulesTestUtils = "1.9.2" Combinatorics = "1.0.2" Distributions = "0.25.15" +Documenter = "1" FiniteDifferences = "0.11.3, 0.12" ForwardDiff = "0.10.12" LazyArrays = "1, 2"