Skip to content

Commit

Permalink
Merge pull request #29 from JuliaActuary/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…0-03-08-00-04-32-914-649649187

CompatHelper: bump compat for "DataStructures" to "0.17"
  • Loading branch information
alecloudenback authored Mar 8, 2020
2 parents 4fae58c + a96fc06 commit ede57f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[DataStructures]]
deps = ["InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "b7720de347734f4716d1815b00ce5664ed6bbfd4"
git-tree-sha1 = "5a431d46abf2ef2a4d5d00bd0ae61f651cf854c8"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.17.9"
version = "0.17.10"

[[Dates]]
deps = ["Printf"]
Expand Down Expand Up @@ -58,7 +58,7 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.1.0"

[[Pkg]]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[Printf]]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
DataStructures = "^0.16"
DataStructures = "^0.16, 0.17"
ProgressMeter = "^1.2"
XMLDict = "0.4"
julia = "^1.3"
Expand Down

0 comments on commit ede57f2

Please sign in to comment.