-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tidy: update dependencies for scala 3 migration #489
tidy: update dependencies for scala 3 migration #489
Conversation
(fieldWithAny(daysOfMonth) <~ blank) ~! | ||
(field(months) <~ blank) ~! | ||
fieldWithAny(daysOfWeek) | ||
(field(seconds) <~! blank) ~! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid back tracking
@@ -29,7 +29,7 @@ class EveryNodeValidatorSpec extends Cron4sPropSpec with ValidatorPropSpec { | |||
|
|||
private[this] def check[F <: CronField](implicit | |||
unit: CronUnit[F], | |||
enum: Enumerated[CronUnit[F]] | |||
`enum`: Enumerated[CronUnit[F]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enum
is keyword in Scala 3.
Hello, could you take a look at this PR when you're free? |
e8548f1
to
9699840
Compare
9699840
to
2899db5
Compare
Thanks a bunch for this, let's get it merged as soon as the CI checks pass |
@i10416 You need to run |
@alonsodomin Sorry, I just updated workflow files. |
3ee9948
to
148abe0
Compare
- use 8 as a version identifier because version identifier must be 8 instead of 1.8 - use LTS java version because actions no longer support java 15 - need scoverage 2.x to support latest scala versions, which requires a hack to avoid dependency conflict of scala-xml
148abe0
to
a939063
Compare
updates
confirmed build error resolved. NOTE: The error seems to be reletad to #418 |
So sorry I forgot updating sbt-scoverage here. https://github.com/i10416/cron4s/actions/runs/5163322053 |
thanks a lot for the effort, I know this was a bit of tedious one |
part of #468
notable changes
_
as compiler cannot check them