From 1aaceb925cae17fb00a35b2e6ca7b2cd5adc1892 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:26:51 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Documenter at version 1 for package test, (keep existing compat) (#271) Co-authored-by: CompatHelper Julia --- 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"