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

Wrong resolver unresolved dependency: com.github.dnvriend#akka-persistence-inmemory_2.12;2.5.15.1: not found #61

Open
dgouyette opened this issue Oct 28, 2018 · 5 comments

Comments

@dgouyette
Copy link

[warn]           +- com.technov:workshop-akka-persistence_2.12:1.0-SNAPSHOT
[error] sbt.librarymanagement.ResolveException: unresolved dependency: com.github.dnvriend#akka-persistence-inmemory_2.12;2.5.15.1: not found
[error]     at sbt.internal.librarymanagement.IvyActions$.resolveAndRetrieve(IvyActions.scala:334)
[error]     at sbt.internal.librarymanagement.IvyActions$.$anonfun$updateEither$1(IvyActions.scala:208)
[error]     at sbt.internal.librarymanagement.IvySbt$Module.$anonfun$withModule$1(Ivy.scala:243)
[error]     at sbt.internal.librarymanagement.IvySbt.$anonfun$withIvy$1(Ivy.scala:204)
[er

In Scala 2.12
It doesn't work with resolvers += Resolver.jcenterRepo
But it's works with resolvers += Resolver.bintrayRepo("dnvriend", "maven")

@vasily-kirichenko
Copy link
Contributor

It did work for me a couple of days ago, see #60 (comment)

@dgouyette
Copy link
Author

Maybe you should update the documentation ;)

// the library is available in Bintray's JCenter
resolvers += Resolver.jcenterRepo

@vasily-kirichenko
Copy link
Contributor

Me? I'm not a maintainer :)

@vasily-kirichenko
Copy link
Contributor

However, #62 :)

@dnvriend
Copy link
Owner

There seems to be a problem at the side of Bintray. The artifacts are not being synced to JCentre.

@dnvriend dnvriend reopened this Oct 28, 2018
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

3 participants