update: julials: for 1.10
This commit is contained in:
parent
54cf9ba2d4
commit
80a37ea936
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ foreach(Pkg.add, pkg_ls_deps)
|
|||
|
||||
# add extra dependencies
|
||||
# these packages are manually collected
|
||||
pkg_extra = ["Logging", "Sockets", "DataStructures", "Tar", "ArgTools"]
|
||||
pkg_extra = ["Logging", "Sockets", "DataStructures", "Tar", "ArgTools", "Dates"]
|
||||
foreach(Pkg.add, pkg_extra)
|
||||
@info "dependency added"
|
||||
|
||||
|
|
Loading…
Reference in a new issue