You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method apply in DateTimeCron companion can not summon typeclass instances as it's type signature is wrong:
scala> DateTimeCron[CronExpr]
<console>:21: error: wrong number of type parameters for method apply: [T, DateTime](implicit ev: cron4s.datetime.DateTimeCron[T])cron4s.datetime.DateTimeCron[T] in object DateTimeCron
DateTimeCron[CronExpr]
Method
apply
inDateTimeCron
companion can not summon typeclass instances as it's type signature is wrong:Current type signature is:
When it should be:
The text was updated successfully, but these errors were encountered: