I'm building few projects and publish them to bintray. After that i can add resolver that points to my repository and use any library in that repo.
So what is the point to sync your package with maven central?
i see these reasons:
- my package will be available in mvnrepository search. I can see usages of my package in other libraries
- maven central is default resolver, so i don't need add any other resolvers in sbt
Are there any other reasons? Thanks!