Skip to content

Commit

Permalink
Add test dependencies for older Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine committed Dec 9, 2020
1 parent 9977508 commit 1a120ca
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 1a120ca

Please sign in to comment.