The requirement for an extra resolver means that every downstream dependency has to add that resolver.
There is a relatively easier solution, that is, sync the bintray repo to Maven central, this way the release will be available on maven central which default for sbt.
There are mainly 2 steps:
- First setup sonatype here is a guide
- Then setup the sync on bintry
Here is the guide.
Thanks very much in advance.
The requirement for an extra resolver means that every downstream dependency has to add that resolver.
There is a relatively easier solution, that is, sync the bintray repo to Maven central, this way the release will be available on maven central which default for sbt.
There are mainly 2 steps:
Here is the guide.
Thanks very much in advance.