enragedginger / akka-quartz-scheduler

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

Added Scala 3 support #114

Closed AndreasKillaitis0000 closed 2 years ago

AndreasKillaitis0000 commented 2 years ago

The library can now be cross-built with Scala 2.12, 2.13 and 3.1. To achieve this, some modifications had to be made:

Additionally, some return types have been made explicit

enragedginger commented 2 years ago

LGTM. Thanks for doing this. I'll try to get a new build out this week!