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
Either.catchOnly does not seem usable with -Yexplicit-nulls enabled on Scala 3.5.2:
[error] -- [E057] Type Mismatch Error: /.../CaseAppParsers.scala:18:17
[error] 18 | .catchOnly[NumberFormatException](Duration(s))
[error] | ^
[error] |Type argument NumberFormatException does not conform to lower bound Null
[error] |
[error] | longer explanation available when compiling with `-explain`
[error] two errors found
Is there something that can be done at the library level?