Closed benwaffle closed 4 years ago
LGTM. Thanks for putting this together!
Great! When do you think you'll do a 1.8.4 release?
@benwaffle I was looking at cutting a release. However, it looks like updateWith
was added to TrieMap
in Scala 2.13. Do you have a way to accomplish the changes from this PR with TrieMap
but without using updateWith
so that we can still support Scala 2.12?
QuartzSchedulerExtension.scala:266: value updateWith is not a member of scala.collection.concurrent.TrieMap[String,com.typesafe.akka.extension.quartz.QuartzSchedule]
see #98
@benwaffle The 1.8.4 release is complete. Thanks for contributing!
Fixes #33
Based on work from @arhathq