From 42b970b16f111275a69c6dfd4c31ba058b424241 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 03:51:25 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.22" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0489d0edc..c5a8263ad 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,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" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22" DocStringExtensions = "0.7, 0.8" Hexagons = "0.2" IndirectArrays = "0.5"