From 63fe671a0f9eb6eba05b06f3086544ba13b381eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Nov 2021 00:46:41 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BlockArrays at version 0.16, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 33fae73..ae9a822 100644 --- a/Project.toml +++ b/Project.toml @@ -11,3 +11,6 @@ KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" + +[compat] +BlockArrays = "0.16"