From 37e63063c4ba8875034465c1e16fe1eb561567dc Mon Sep 17 00:00:00 2001 From: Tamas Date: Mon, 3 Jun 2019 10:11:00 -0700 Subject: [PATCH] add compat with distributions v0.20 fixes https://github.com/GiovineItalia/Gadfly.jl/issues/1287 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ba9e18d90..ea6b188aa 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ Compose = "0.7" Contour = "0.5" CoupledFields = "0.1" DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15" -Distributions = "0.16, 0.17, 0.18, 0.19" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20" DocStringExtensions = "0.7" Hexagons = "0.2" IndirectArrays = "0.5"