Skip to content

Commit

Permalink
Merge #225
Browse files Browse the repository at this point in the history
225: Add HTTP.jl as a direct dependency r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
bcbi-bot and DilumAluthge committed Jul 2, 2020
2 parents 2af7011 + fca8456 commit 38087bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "CompatHelper"
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
authors = ["Dilum Aluthge <[email protected]>", "Brown Center for Biomedical Informatics"]
version = "1.10.0"
version = "1.11.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -15,6 +16,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
GitHub = "5.1.6"
HTTP = "0.8.16"
JSON = "0.21"
TimeZones = "0.10, 0.11, 1.0"
julia = "1.2"
Expand Down

2 comments on commit 38087bc

@DilumAluthge
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 branch=master

@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/17359

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 v1.11.0 -m "<description of version>" 38087bca0186320b2eb60fcba3254bb0201cf9fb
git push origin v1.11.0

Please sign in to comment.