Skip to content

Commit

Permalink
Remove Test package as project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Sep 19, 2019
1 parent 0cc0b0b commit cd33d09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ version = "1.0.0"
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = ">=1.0"
julia = "^1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit cd33d09

Please sign in to comment.