Skip to content

Commit fa93860

Browse files
committed
Update Project.toml
1 parent 70c1057 commit fa93860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "1.12.0"
66
[deps]
77
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
910

1011
[weakdeps]
1112
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -35,8 +36,7 @@ Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
3536
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3637
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3738
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
38-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3939
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4040

4141
[targets]
42-
test = ["Aqua", "Infinities", "JLArrays", "Quaternions", "Random", "StableRNGs", "SparseArrays", "StaticArrays", "Test"]
42+
test = ["Aqua", "Infinities", "JLArrays", "Quaternions", "Random", "StableRNGs", "SparseArrays", "Test"]

0 commit comments

Comments
 (0)