-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrading to sbt 1.5 leads to failure to resolve dependency #17
Comments
This might help - I ran into this problem on another project and a community member fixed it here: |
Since the error seems to be caused by a combination of sbt 1.5 and scala 1.12 have tried to reproduce with that branch but unfortunately it does not build for scala 1.12 Also, this project uses PS: Created #18 for visibility |
turned off GenJavaDoc due to inability to resolve the plugin jar See isarn#17
turned off GenJavaDoc due to inability to resolve the plugin jar See isarn#17
Upgrading to sbt 1.5 leads to failure to resolve
genjavadoc-plugin
transitive dependencyNot an issue with the project functionality but attempting to upgrade and feels wrong to not be able to resolve dependencies.
Upgrading to
sbt
1.5.5 produces thisFixing the resolver urls to use https produces this
Have tried a number of things locating this plugin but am stuck.
The text was updated successfully, but these errors were encountered: