Skip to content

Commit

Permalink
Merge #93
Browse files Browse the repository at this point in the history
93: Added dependencies to compat section of Project.toml r=mattBrzezinski a=mattBrzezinski

Automerge for JuliaRegistrator is failing because some dependencies are not specified in the compat section of the `Project.toml`.

> JuliaRegistries/General#4810

Co-authored-by: Matt Brzezinski <matt.brzezinski@invenia.ca>
  • Loading branch information
bors[bot] and mattBrzezinski authored Oct 28, 2019
2 parents 602ccdb + 39a9a4a commit cfe4275
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ SymDict = "2da68c74-98d7-5633-99d6-8493888d7b1e"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
DataStructures = "0.15, 0.16, 0.17"
HTTP = "0.8"
IniFile = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
LazyJSON = "0.1"
MbedTLS = "0.6"
Mocking = "0.7"
Retry = "0.3, 0.4"
SymDict = "0.3"
XMLDict = "0.3"
julia = "1"

[extras]
Expand Down

2 comments on commit cfe4275

@mattBrzezinski
Copy link
Member

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.

Registration pull request updated: JuliaRegistries/General/4810

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.3 -m "<description of version>" cfe42750e9311b1e455344511b8e8a3904ce69d6
git push origin v0.6.3

Please sign in to comment.