Skip to content

Commit

Permalink
up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Sep 13, 2020
1 parent 807d25c commit 3836011
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OpenStreetMapX"
uuid = "86cd37e6-c0ff-550b-95fe-21d72c8d4fc9"
authors = ["Przemyslaw Szufel <[email protected]>", "Bartosz Pankratz <[email protected]>", "Anna Szczurek <[email protected]>", "Bogumil Kaminski <[email protected]>", "Pawel Pralat <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -15,11 +15,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DataStructures = "^0.17.0"
HTTP = "^0.8.0"
JSON = "^0.21.0"
DataStructures = "^0.17.0, ^0.18.0"
HTTP = "^0.7.0, ^0.8.0"
JSON = "^0.20.0, ^0.21.0"
LibExpat = "^0.6.0"
LightGraphs = "^1.3.0"
LightGraphs = "^1.3.3"
julia = "^1.3.0"

[extras]
Expand Down

2 comments on commit 3836011

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on 3836011 Sep 13, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/21336

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" 3836011439725ee8eddaf420189c1fd32503b522
git push origin v0.2.2

Please sign in to comment.