diff --git a/docs/Project.toml b/docs/Project.toml index 2bf7adb..d357726 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,6 +6,6 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" [compat] BlockArrays = "1" -BlockSparseArrays = "0.5" +BlockSparseArrays = "0.6" Documenter = "1" Literate = "2" diff --git a/examples/Project.toml b/examples/Project.toml index 08e9378..d5e5b64 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -5,5 +5,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BlockArrays = "1" -BlockSparseArrays = "0.5" +BlockSparseArrays = "0.6" Test = "1" diff --git a/test/Project.toml b/test/Project.toml index d59a1a1..e40faef 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ Adapt = "4" Aqua = "0.8" ArrayLayouts = "1" BlockArrays = "1" -BlockSparseArrays = "0.5" +BlockSparseArrays = "0.6" DiagonalArrays = "0.3" GPUArraysCore = "0.2" JLArrays = "0.2"