Skip to content

Commit 1a56187

Browse files
authored
Merge pull request #97 from queryverse/compathelper/new_version/2022-07-26-19-04-01-375-00329207207
CompatHelper: bump compat for HTTP to 1, (keep existing compat)
2 parents 482ee41 + 8696853 commit 1a56187

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Project.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ version = "1.0.2-DEV"
44

55
[deps]
66
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
7+
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
78
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
89
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
9-
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
10-
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
1110
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
12-
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
13-
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
1411
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
12+
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
1513
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
16-
17-
[extras]
18-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
14+
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
15+
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
2016

2117
[compat]
22-
TableTraits = "0.4, 1"
23-
HTTP = "0.6.14, 0.7, 0.8, 0.9"
24-
TableShowUtils = "0.1.1, 0.2"
25-
IteratorInterfaceExtensions = "0.1.1, 1"
2618
CodecZlib = "0.5.2, 0.6, 0.7"
27-
TextParse = "1"
19+
DataValues = "0.4.4"
2820
FileIO = "1.0.1"
21+
HTTP = "0.6.14, 0.7, 0.8, 0.9, 1"
22+
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
23+
IteratorInterfaceExtensions = "0.1.1, 1"
24+
TableShowUtils = "0.1.1, 0.2"
25+
TableTraits = "0.4, 1"
2926
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
27+
TextParse = "1"
3028
julia = "1"
31-
DataValues = "0.4.4"
32-
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
29+
30+
[extras]
31+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
32+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3333

3434
[targets]
3535
test = ["Test", "DataFrames"]

0 commit comments

Comments
 (0)