Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README does not lead to successful SBT configuration #59

Open
kolotyluk opened this issue Sep 17, 2018 · 1 comment
Open

README does not lead to successful SBT configuration #59

kolotyluk opened this issue Sep 17, 2018 · 1 comment

Comments

@kolotyluk
Copy link

kolotyluk commented Sep 17, 2018

resolvers += Resolver.jcenterRepo
addSbtPlugin("ohnosequences" % "sbt-s3-resolver" % "0.19.0")

leads to

sbt.ResolveException: unresolved dependency: ohnosequences#sbt-s3-resolver;0.19.0: not found

@laughedelic
Copy link
Contributor

laughedelic commented Sep 21, 2018

Hi @kolotyluk! v0.19.0 is published to Bintray, you can check that the artifacts are in place: https://dl.bintray.com/ohnosequences/sbt-plugins/ohnosequences/sbt-s3-resolver/scala_2.12/sbt_1.0/0.19.0/
And the Bintray repository is included in the list of default resolvers for sbt plugins.

Are you sure you added those two lines to the right file? It should be project/plugins.sbt (not build.sbt or plugins.sbt in the root). If it's right, please, provide some more details, for example the sbt version used i the project and the complete output from the resolution error which includes the list repositories that have been checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants