Skip to content

Commit

Permalink
Project.toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Aug 20, 2018
1 parent 78d3a96 commit 998e3c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Expand Up @@ -19,6 +19,8 @@ SpecialFunctions = "0.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

[targets]
test = ["Test"]
test = ["Test", "Printf", "Dates"]

0 comments on commit 998e3c9

Please sign in to comment.