From 3431833a9de993899a0cea8e55ebca7ac88c6abe Mon Sep 17 00:00:00 2001 From: jaakkor2 Date: Mon, 14 Sep 2020 10:16:51 +0300 Subject: [PATCH] bump compat for "GeometryBasics" to "0.3.1" (#2968) CompatHelper PR to add "0.3" failed https://github.com/JuliaPlots/Plots.jl/pull/2935, but should be fixed in https://github.com/JuliaGeometry/GeometryBasics.jl/pull/83, after which GeometryBasics 0.3.1 was released. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 73192a49..29bb65cc 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ Contour = "0.5" FFMPEG = "0.2, 0.3, 0.4" FixedPointNumbers = "0.6, 0.7, 0.8" GR = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52" -GeometryBasics = "0.2" +GeometryBasics = "0.2, 0.3.1" GeometryTypes = "0.7, 0.8" JSON = "0.21, 1" Measures = "0.3"