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
BuildInfoOption.ToJson generates code that doesn't compile with scala 3.x. It uses _ wildcards and tries to match against scala.Int (and many other types) These have been changed in scala 3 so perhaps we need a option or fork that produces scala 3 compatible code.