akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
307 stars 139 forks source link

fix: Workaround slick dependency issue #824 #835

Closed johanandren closed 2 months ago

johanandren commented 2 months ago

Direct dependency on scala-reflect sorts it until upstream is fixed

References #824