Skip to content

Commit

Permalink
Update Julia version and TimeSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Nov 21, 2023
1 parent ed6c9fb commit effdfaa
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
@@ -1,7 +1,7 @@
name = "MarketData"
uuid = "945b72a4-3b13-509d-9b46-1525bb5c06de"
authors = ["JuliaQuant <https://github.com/JuliaQuant>"]
version = "0.13.12"
version = "0.14.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -17,8 +17,8 @@ CSV = "0.7, 0.8, 0.9, 0.10"
HTTP = "0.8, 0.9, 1.0"
JSON3 = "1"
Reexport = "0.2, 1.0"
TimeSeries = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23"
julia = "1"
TimeSeries = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit effdfaa

Please sign in to comment.