enragedginger / akka-quartz-scheduler

Quartz Extension and utilities for cron-style scheduling in Akka
Other
559 stars 114 forks source link

Update akka version to 2.6.0 #90

Closed maxsel closed 5 years ago

maxsel commented 5 years ago

This addresses https://github.com/enragedginger/akka-quartz-scheduler/issues/89 and updates akka-actor and akka-testkit dependencies to 2.6.0, fixing an issue caused by ExtensionKey Deprecation.

maxsel commented 5 years ago

Hi @enragedginger, if this looks good to you, can we merge this?

enragedginger commented 5 years ago

LGTM. Thanks for taking care of this!