Hello folks:
I am working on an akka app, and I am confused by the artifacts referenced on maven for
-
Event Store JVM Client
-
Eventstore Akka Persistence
If I click through to
http://mvnrepository.com/artifact/pl.newicom.dddd/eventstore-akka-persistence_2.11/1.0.4-M2
The github repo is not the official EventStore repo, but Paweł Kaczor’s. Likewise, if I click through to
http://mvnrepository.com/artifact/pl.newicom.dddd/eventstore-client_2.11/2.0.3-M1
The github repo mentioned is the same. Are these correct? Which artifacts should I actually use in my build.sbt?
Amiri