From 8e5fe37318b1437ffde3046be99b41c119f47d19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 01:08:34 +0000 Subject: [PATCH] CompatHelper: bump compat for "LazyArrays" to "0.21" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index aa13727..83e7519 100644 --- a/Project.toml +++ b/Project.toml @@ -11,9 +11,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -DocStringExtensions = "0.6, 0.7, 0.8" -LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20" Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" +DocStringExtensions = "0.6, 0.7, 0.8" +LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21" julia = "1.4" [extras]