Skip to content

Commit a62bd8e

Browse files
committed
Limit julia compat to v1.10
1 parent 5e08961 commit a62bd8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockArrays"
22
uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
3-
version = "1.2.0"
3+
version = "1.3.0"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -21,13 +21,13 @@ BandedMatrices = "1.0"
2121
Documenter = "1.0"
2222
FillArrays = "1.11"
2323
Images = "0.26"
24-
LinearAlgebra = "1.6"
24+
LinearAlgebra = "1"
2525
OffsetArrays = "1.0"
26-
Random = "1.6"
27-
SparseArrays = "1.6"
28-
StaticArrays = "1.6"
29-
Test = "1.6"
30-
julia = "1.6"
26+
Random = "1"
27+
SparseArrays = "1"
28+
StaticArrays = "1"
29+
Test = "1"
30+
julia = "1.10"
3131

3232
[extras]
3333
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)