akka-persistence-inmemory icon indicating copy to clipboard operation
akka-persistence-inmemory copied to clipboard

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

Open dgouyette opened this issue 6 years ago • 5 comments

[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")

dgouyette avatar Oct 28 '18 16:10 dgouyette

It did work for me a couple of days ago, see https://github.com/dnvriend/akka-persistence-inmemory/issues/60#issuecomment-432991923

vasily-kirichenko avatar Oct 28 '18 16:10 vasily-kirichenko

Maybe you should update the documentation ;)

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

dgouyette avatar Oct 28 '18 16:10 dgouyette

Me? I'm not a maintainer :)

vasily-kirichenko avatar Oct 28 '18 16:10 vasily-kirichenko

However, https://github.com/dnvriend/akka-persistence-inmemory/pull/62 :)

vasily-kirichenko avatar Oct 28 '18 16:10 vasily-kirichenko

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

dnvriend avatar Oct 28 '18 17:10 dnvriend