From a9f25567d6891cb547dc13144fd56eb461292333 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 Oct 2021 00:56:01 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 709633d..e239eee 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] +Plots = "1" julia = "1" [extras]