Open dgouyette opened 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
Maybe you should update the documentation ;)
// the library is available in Bintray's JCenter
resolvers += Resolver.jcenterRepo
Me? I'm not a maintainer :)
There seems to be a problem at the side of Bintray. The artifacts are not being synced to JCentre.
In Scala 2.12 It doesn't work with resolvers += Resolver.jcenterRepo But it's works with resolvers += Resolver.bintrayRepo("dnvriend", "maven")