Skip to content

Commit

Permalink
Merge pull request #56 from JuliaCloud/MB/compat_deps
Browse files Browse the repository at this point in the history
Project.toml Dependency Versions
  • Loading branch information
mattBrzezinski authored Oct 29, 2019
2 parents 68aca91 + 2d3f742 commit c36a395
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/*
Manifest.toml
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
AWSCore = "0.5, 0.6"
DataStructures = "0.15, 0.16, 0.17"
EzXML = "0.9"
FilePathsBase = "0.6, 0.7"
HTTP = "0.8"
MbedTLS = "0.6"
Retry = "0.3, 0.4"
SymDict = "0.3"
XMLDict = "0.3"
julia = "1"

[extras]
Expand Down

2 comments on commit c36a395

@mattBrzezinski
Copy link
Member Author

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/4846

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>" c36a395f62142755c6889b6337809508881c8eab
git push origin v0.6.3

Please sign in to comment.