Update to Vapor 4
Closed this issue · 3 comments
nathanfallet commented
I just created a project with this template (with vapor new <name> --template=api
) and I saw it was not using Vapor 4, but Vapor 3.
Also, I am trying to use it with another package which uses a newer version of Swift NIO (used in Vapor 4, but not Vapor 3) so I have dependencies conflicts.
Any plan to update this template (and also other templates by the way) to Vapor 4?
nathanfallet commented
Should be fixed by #76
0xTim commented
@nathanfallet you can do vapor new <name> --branch=4
to get a new Vapor 4 project (or switch to the beta version of the toolbox which uses vapor/template)
0xTim commented
Closing as this repo has been superseded by vapor/template