Skip to content

Commit

Permalink
Merge pull request #9 from ararslan/aa/missing-deps
Browse files Browse the repository at this point in the history
Add test dependency on StaticArrays to Project.toml
  • Loading branch information
MaximeBouton authored Aug 9, 2019
2 parents b1e8674 + 25a61d2 commit e9b867e
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 @@ -12,7 +12,8 @@ GridInterpolations = "bb4c363b-b914-514b-8517-4eb369bc008a"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"

[extras]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["StaticArrays", "Test"]

0 comments on commit e9b867e

Please sign in to comment.