From a705c898b8ea9024616338bed5f50f9c0537bfdb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Dec 2023 00:40:17 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index edaa1e3..a77ba17 100644 --- a/Project.toml +++ b/Project.toml @@ -24,12 +24,13 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +Plots = "1" julia = "1" [extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "BlockArrays", "Random"]