Skip to content

Commit

Permalink
v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Nov 24, 2019
1 parent 4637f36 commit 320f75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function install_app_dependencies(app_path::String = ".") :: Nothing
@info "Installing app dependencies"
Pkg.pkg"activate ."

Pkg.pkg"add Genie#master"
Pkg.pkg"add Genie"
Pkg.pkg"add Revise"
Pkg.pkg"add LoggingExtras"

Expand Down

0 comments on commit 320f75f

Please sign in to comment.