Skip to content

Commit

Permalink
Merge pull request #77 from queryverse/compathelper/new_version/2020-…
Browse files Browse the repository at this point in the history
…03-12-19-02-26-846-670575284

CompatHelper: bump compat for "CodecZlib" to "0.7"
  • Loading branch information
davidanthoff authored Mar 13, 2020
2 parents d37a33b + e4945a8 commit aa8dfd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

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

[compat]
CodecZlib = "0.5.2, 0.6"
CodecZlib = "0.5.2, 0.6, 0.7"
DataValues = "0.4.4"
FileIO = "1.0.1"
HTTP = "0.6.14, 0.7, 0.8"
Expand All @@ -33,3 +26,10 @@ TableTraits = "0.4, 1"
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
TextParse = "1"
julia = "1"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit aa8dfd9

Please sign in to comment.