From c3785d1eabc5dbd639ab7f9ffb11528f2031cbeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:02:02 +0000 Subject: [PATCH] CompatHelper: bump compat for "Plots" to "1.2" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa19a7ec7..66f905f83 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.2" Polynomials = "0.6.0" julia = "1.0"