From 32905da144081c2b149b882d1e758ec64226b22a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 00:01:45 +0000 Subject: [PATCH] CompatHelper: bump compat for "GeometryTypes" to "0.8" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index adb2aed..b10cad3 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -GeometryTypes = "0.6,0.7" +GeometryTypes = "0.6,0.7, 0.8" StaticArrays = "0.10,0.11,0.12" julia = "1"