Skip to content

Commit

Permalink
Add test dependency on Test to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored Aug 9, 2019
1 parent 62f6be7 commit 3778bc0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

[compat]
julia = "1"
julia = "1"

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

[targets]
test = ["Test"]

0 comments on commit 3778bc0

Please sign in to comment.