From d6aaa6452c033312ebd26aaf4f241b3fac9bebb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 22:43:07 +0100 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.11" (#146) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 36e54d04..0fba3bc1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DistributionsAD" uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c" -version = "0.6.17" +version = "0.6.18" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -29,7 +29,7 @@ ChainRulesCore = "0.9.9" Compat = "3.6" DiffRules = "0.1, 1.0" Distributions = "0.23.3, 0.24" -FillArrays = "0.8, 0.9, 0.10" +FillArrays = "0.8, 0.9, 0.10, 0.11" ForwardDiff = "0.10.6" NaNMath = "0.3" PDMats = "0.9, 0.10"