From a9faa4e5efa0cf990bdc75a29ef94c235e41d67f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Nov 2022 23:45:37 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Plots at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 948e500..36977aa 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,3 +2,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" MaxPro = "b58d0ad7-a232-4a3b-86f5-cbe89507d905" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" + +[compat] +Plots = "1"