From 737ac13f3344326d105dd0dc6e73cedeaea18ae5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Dec 2021 00:18:35 +0000 Subject: [PATCH] CompatHelper: bump compat for GR to 0.63, (keep existing compat) --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index cdd168a..fe9d8db 100644 --- a/Project.toml +++ b/Project.toml @@ -19,16 +19,16 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] -Plots = "1" DataFrames = "1" -Polynomials = "2" -ZipFile = "0.9" -Unitful = "1" -StringEncodings = "0.3" -HTTP = "0.9" -GR = "0.62" ForwardDiff = "0.10" +GR = "0.62, 0.63" +HTTP = "0.9" +Plots = "1" +Polynomials = "2" StaticArrays = "1" +StringEncodings = "0.3" +Unitful = "1" +ZipFile = "0.9" julia = "1.7" [extras]