Skip to content

Commit

Permalink
Merge pull request #42 from anthofflab/compathelper/new_version/2022-…
Browse files Browse the repository at this point in the history
…08-19-22-03-25-084-02219687726

CompatHelper: bump compat for XLSX to 0.8, (keep existing compat)
  • Loading branch information
lrennels authored Aug 19, 2022
2 parents e36d47f + b645ca4 commit 0f4005f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ uuid = "54b9761e-41d9-11e9-3151-3dc5fec6a45b"
version = "3.0.4-DEV"

[deps]
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"

[compat]
Mimi = "0.10, 1.0"
XLSX = "0.7.2, 0.8"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[compat]
julia = "1.6"
XLSX = "0.7.2"
Mimi = "0.10, 1.0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit 0f4005f

Please sign in to comment.