GOUYETTE Damien
GOUYETTE Damien
But akka.persistence.journal.plugin is working alone. When i enable akka.persistence.snapshot-store.plugin i got this runtime exception. `[error] a.a.OneForOneStrategy - No configuration setting found for key 'class' akka.actor.ActorInitializationException: akka://application/user/ProviderPersistentActor: exception during creation at...
``` [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...