Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe authored May 2, 2019
1 parent 414362b commit 181410b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia ="1.0.0"
HTTP = "0.7.0"
JSON = "0.19.0"
LibExpat = "0.5.0"
HTTP >= "0.7.0"
JSON >= "0.19.0"
LibExpat >= "0.5.0"
LightGraphs = "1.1.0"
DataStructures ="0.15.0"
DataStructures >="0.15.0"

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

2 comments on commit 181410b

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 181410b May 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Error parsing project file

Please sign in to comment.