Minor updates to SAFE Stack template - easy way of incorporating these with an existing project? #611
Answered
by
Larocceau
ciphertools
asked this question in
Q&A
|
When a major release of the SAFE Stack template is issued, I tend to rebuild my existing projects with the new template from scratch. A minor update to the SAFE Stack template to 5.0.5 came out last week, and I am wondering if there is an easy way to incorporate this new version into existing projects that I have already updated to SAFE Stack v5, without having to rebuild these projects from scratch. |
Answered by
Larocceau
Apr 25, 2025
Replies: 1 comment 1 reply
|
Hi @ciphertools! We recently started using Meta packages, that should help you a lot! These meta packages define all dependencies in one go. That means that, if a new SAFE version comes out, you can simply update your dependencies on SAFE.Server and SAFE.Client. Of course on major releases this also leads to some changes in your application. |
1 reply
Answer selected by
Larocceau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ciphertools! We recently started using Meta packages, that should help you a lot! These meta packages define all dependencies in one go. That means that, if a new SAFE version comes out, you can simply update your dependencies on SAFE.Server and SAFE.Client. Of course on major releases this also leads to some changes in your application.