Skip to content

Commit

Permalink
Merge pull request #163 from cmcaine/fix-tests
Browse files Browse the repository at this point in the history
Add test dependencies for older Julia
  • Loading branch information
hustf authored Dec 10, 2020
2 parents 9977508 + 1a120ca commit 0b82586
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[compat]
HTTP = "0.8"
julia = "0.7, 1"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit 0b82586

Please sign in to comment.