Macro @everywhere

Did you try using 0.7 which has all the deprecation warnings? (PSA: use Julia 0.7 if you are upgrading)

julia> @everywhere 1+1
WARNING: Base.@everywhere is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
 in module Main

julia> @parallel 1+1
┌ Warning: `@parallel` is deprecated, use `@distributed` instead.
│   caller = eval(::Module, ::Any) at boot.jl:319
└ @ Core ./boot.jl:319