From a6d30e34ab9a616ac57948e6f7222f9799e5f46e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 14:02:16 +0000 Subject: [PATCH] CompatHelper: bump compat for "Plots" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa19a7ec7..5738b7dd4 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,6 @@ DelayDiffEq = "5.6" IterTools = "1.0" LaTeXStrings = "1.0" OrdinaryDiffEq = "5.2" -Plots = "0.24, 0.25, 0.26, 0.27, 0.28" +Plots = "0.24, 0.25, 0.26, 0.27, 0.28, 1.0" Polynomials = "0.6.0" julia = "1.0"