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

Extra resolver needed #15

Closed
francisdb opened this issue Dec 14, 2015 · 6 comments
Closed

Extra resolver needed #15

francisdb opened this issue Dec 14, 2015 · 6 comments

Comments

@francisdb
Copy link

Did as explained in readme and have this issue:

[info] Resolving jline#jline;2.12.1 ...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: me.lessis#odelay-core_2.11;0.1.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Unresolved dependencies path:
[warn]      me.lessis:odelay-core_2.11:0.1.0
[warn]        +- me.lessis:undelay_2.11:0.1.0
[warn]        +- com.whisk:docker-it-scala-core_2.11:0.4.0
[warn]        +- com.whisk:docker-testkit-specs2_2.11:0.4.0 (/Users/francisdb/workspace/WaylayBroker/build.sbt#L96)
[warn]        +- foo:influxdb-scala_2.11:0.1-SNAPSHOT

Seems that we need another extra resolver:
resolvers += "softprops-maven" at "http://dl.bintray.com/content/softprops/maven"

@viktortnk
Copy link
Contributor

@francisdb I've just removed dependency on it. Could you please try version 0.5.1

@francisdb
Copy link
Author

would be nice if you could tag releases in git...

@viktortnk
Copy link
Contributor

@francisdb Tagged from 0.4.0 onwards

@francisdb
Copy link
Author

Tried 0.5.3 and still needs this extra repo

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: me.lessis#odelay-core_2.11;0.1.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Unresolved dependencies path:
[warn]      me.lessis:odelay-core_2.11:0.1.0
[warn]        +- me.lessis:undelay_2.11:0.1.0
[warn]        +- com.whisk:docker-it-scala-core_2.11:0.5.3
[warn]        +- com.whisk:docker-testkit-specs2_2.11:0.5.3 (/Users/francisdb/workspace/WaylayBroker/build.sbt#L112)
[warn]        +- foo:influxdb-scala_2.11:0.1-SNAPSHOT

@viktortnk
Copy link
Contributor

Sorry, didn't see that undelay (which is in maven central) also depends on it. 0.5.4 should have it fixed

@francisdb
Copy link
Author

I guess bintray/sonatype is (or was) not doing the proper checks when syncing with central 👎
(probably because of missing sbt support)

Issue is fixed 👍 Thanks

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

No branches or pull requests

2 participants