From 00f1efa7f89dbf7a53206bb0be52e8cf9cd0acc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 01:46:03 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Plots" at version "1.16" --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index ad09eeb..ddd8643 100644 --- a/Project.toml +++ b/Project.toml @@ -11,3 +11,6 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" + +[compat] +Plots = "1.16"