From 82a255f2ff51e49fb34e800de539e0991b64834e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 22:13:48 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.23" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 11f3a2fd9..9277d0b40 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Contour = "0.5" CoupledFields = "0.1" DataFrames = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20" DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" -Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" DocStringExtensions = "0.7, 0.8" Hexagons = "0.2" IndirectArrays = "0.5"