Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

Added binatray repo as resolver in README #12

Closed keuhdall closed 5 years ago

keuhdall commented 5 years ago

I just added this resolver as I just had this issue while trying to import dependencies... It would fail for the lavaplay dependency, searching it at https://repo1.maven.org/maven2 instead of http://jcenter.bintray.com. It might just come from my IntelliJ configuration though, I didn't spent much time investigating to be honest

Katrix commented 5 years ago

Yeah, I guess I give up getting SBT to play nice with this. Before I merge this, can you use the builtin SBT bintray resolver, and also add it to the docs getting started and modules section?

keuhdall commented 5 years ago

Should be ok for the builtin bintray resolver, but I'll let you double-check, I'm a complete beginner with scala / sbt to be honest.

Katrix commented 5 years ago

All fine except you used the wrong resolver. There should be a bintray JCenter resolver already specified in SBT.

keuhdall commented 5 years ago

Should be good 👍