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
The update to 0.8 failed in Scala Steward (scala-steward-org/scala-steward#3565) because of a parse error caused by a cron expression where the day of week field is a list of ranges:
input: 0 0 * ? * MON-WED,FRI-SUN
error: cron4s.ParseFailed: endOfInput at position 14 but found '-wed,fri-sun'
The text was updated successfully, but these errors were encountered:
The update to 0.8 failed in Scala Steward (scala-steward-org/scala-steward#3565) because of a parse error caused by a cron expression where the day of week field is a list of ranges:
The text was updated successfully, but these errors were encountered: