Skip to content

Commit

Permalink
Add compat entries for all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Dec 22, 2019
1 parent 68ba10e commit e160f95
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 @@ -33,7 +33,14 @@ NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"

[compat]
julia = "0.7, 1"
AssetRegistry = "0.1.0"
FunctionalCollections = "0.5.0"
JSExpr = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
Observables = "0.2.3"
Requires = "0.4.4, 0.5, 1.0.0"
WebSockets = "1.5.0"
Widgets = "0.6.2"

[targets]
test = ["Blink", "Conda", "DataStructures", "Dates", "IJulia", "JSExpr", "Mux", "NBInclude", "NodeJS", "Test"]

2 comments on commit e160f95

@twavv
Copy link
Member Author

@twavv twavv commented on e160f95 Dec 22, 2019

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 updated: JuliaRegistries/General/7046

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.8.13 -m "<description of version>" e160f9551b36b85da89bc0d18f30fdc4bf7b2468
git push origin v0.8.13

Also, note the warning: Version 0.8.13 skips over 0.8.12
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.