dnvriend / akka-persistence-inmemory

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
Apache License 2.0
134 stars 41 forks source link

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

Open dgouyette opened 6 years ago

dgouyette commented 6 years ago
[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 commented 6 years ago

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

dgouyette commented 6 years ago

Maybe you should update the documentation ;)

// the library is available in Bintray's JCenter
resolvers += Resolver.jcenterRepo
vasily-kirichenko commented 6 years ago

Me? I'm not a maintainer :)

vasily-kirichenko commented 6 years ago

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

dnvriend commented 6 years ago

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