From a21048a5e6f4c8cdf88951b96e95d5a8f2ad0134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 00:57:56 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.24" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 78d28dfa1..0a149dc5f 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Contour = "0.5" CoupledFields = "0.1, 0.2" DataFrames = "0.21" DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" -Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" DocStringExtensions = "0.7, 0.8" Hexagons = "0.2" IndirectArrays = "0.5"