enragedginger / akka-quartz-scheduler

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

Support for Scala 3 #113

Closed AndreasKillaitis0000 closed 2 years ago

AndreasKillaitis0000 commented 2 years ago

Scala 3 can be considered mature now and many project in the Akka universe (including Akka itself) are already providing builds for Scala 3. Would be great to have S3 builds for akka-quartz-scheduler as well.

enragedginger commented 2 years ago

Sure. Feel free to submit a PR for this!

AndreasKillaitis0000 commented 2 years ago

I created PR https://github.com/enragedginger/akka-quartz-scheduler/pull/114 to address this issue

AndreasKillaitis0000 commented 2 years ago

The related PR has been merged, so no more need for this issue.