Shared version number in TOML files

Viewed 13

I'm starting to use the catalog version (toml files) in order to manage my dependencies. But I have a problem, I want to have different toml files (three) and some of the dependencies in different toml files has same version, I don't want to create duplicate version number in each toml files, I want to share verion numbers between them but I didn't find a way to do that. How should I share version numbers between toml files?

0 Answers
Related