Error loading Mongo.jl [ In reference to Julia Programming Projects book]

Hi,

I am trying to load Mongo, LibBSON, JSON as per the instructions mentioned in the book Julia Programming Projects where the author Adrian Salceanu is using Julia v 0.6. [I tried using later versions as well but Mongo.jl is not compatible with those so I am also using v0.6 now]

However, I am getting following error even for v0.6:

julia> using Mongo,LibBSON, JSON
ERROR: LoadError: could not open file C:\Users\waqas.julia\v0.6\Mongo\src../deps/deps.jl
Stacktrace:
[1] include_from_node1(::String) at .\loading.jl:576
[2] include(::String) at .\sysimg.jl:14
[3] include_from_node1(::String) at .\loading.jl:576
[4] eval(::Module, ::Any) at .\boot.jl:235
[5] _require(::Symbol) at .\loading.jl:490
[6] require(::Symbol) at .\loading.jl:405
while loading C:\Users\waqas.julia\v0.6\Mongo\src\Mongo.jl, in expression starting on line 3

Can someone please guide regarding this?

Cheers