From f99c675f7e8255de8012d7181f953cad05062947 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 17:05:55 +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 0e9846ca..cb1bb05e 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" CSV = "0.5" CategoricalArrays = "0.3, 0.4, 0.5, 0.6, 0.7" DataFrames = "0.19, 0.20" -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" RDatasets = "0.5, 0.6" Reexport = "0.1, 0.2" SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10"