Skip to content

Commit

Permalink
Merge pull request #10 from ararslan/aa/missing-dep
Browse files Browse the repository at this point in the history
Add missing test dependency to Project.toml
  • Loading branch information
GiggleLiu authored Aug 9, 2019
2 parents 1153b24 + 71dcde4 commit ce7c13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "SparseArrays"]
test = ["Test", "SparseArrays", "Random"]

0 comments on commit ce7c13f

Please sign in to comment.