using Pkg: Pkg function update() projects = ( ".", "test", "analysis", "graphics/CairoMakie_graphics", "graphics/Luxor_graphics", "performance", "visualization", ) for project in projects Pkg.activate(project) Pkg.update() end return nothing end update()