I have an old dar generated by 2.5.0. When my SDK has been upgraded to 2.6.3, can I dependencie the old dar to do daml upgrade?
When I build now, I will report an error. Is there a way to solve this?
I have an old dar generated by 2.5.0. When my SDK has been upgraded to 2.6.3, can I dependencie the old dar to do daml upgrade?
When I build now, I will report an error. Is there a way to solve this?
I believe you might want to add your dependencies on older versions in data-dependencies
(documentation).
very useful thank you