From 67b900e4d25e275c7361aa6b93f4d5b1e6dda4c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 14:40:09 -0700 Subject: [PATCH] CompatHelper: bump compat for Pluto to 0.17, (keep existing compat) (#304) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 81766db01..ba0a55afd 100644 --- a/Project.toml +++ b/Project.toml @@ -79,7 +79,7 @@ NLopt = "0.6" Optim = "1.2" PackageCompiler = "1.2" Plots = "1.10" -Pluto = "0.12, 0.14, 0.15, 0.16" +Pluto = "0.12, 0.14, 0.15, 0.16, 0.17" PlutoUI = "0.7" Polynomials = "2.0" PyCall = "1.92"