Skip to content

Commit

Permalink
CompatHelper: bump compat for "HTTP" to "1.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mtefagh committed Oct 9, 2022
1 parent 69f8736 commit adf125e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ CPLEX = "a076750e-1247-5638-91d2-ce28b192dca0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"

[compat]
CPLEX = "0.9"
GLPK = "1.0"
HTTP = "0.9"
HTTP = "0.9, 1.4"
JuMP = "1.0"
MAT = "0.10"
MathOptInterface = "0.10, 1.1"
julia = "1"
JuMP = "1.0"

[extras]
CPLEX = "a076750e-1247-5638-91d2-ce28b192dca0"
Expand Down

0 comments on commit adf125e

Please sign in to comment.