Skip to content

Commit

Permalink
Merge pull request #2 from fredrikekre/patch-1
Browse files Browse the repository at this point in the history
Fix test dependencies.
  • Loading branch information
jw3126 authored May 20, 2019
2 parents b0b6c63 + 4f0a3aa commit 203f2fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ version = "0.1.0"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "≥ 0.7.0"

[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit 203f2fd

Please # to comment.