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
I get the following error where the parameter number is different each time I compile:
[error] TenantAppFilterUI.scala:17:81: parameter value x$6 in value $anonfun is never used
[error] implicit lazy val jsonFormat: OFormat[TenantAppFilter] = Jsonx.formatCaseClass[TenantAppFilter]
Anyway to resolve this error short of removing the compiler option?
The text was updated successfully, but these errors were encountered:
When using the extension like this:
and using the compiler options
scalacOptions += "-Ywarn-macros:after
"I get the following error where the parameter number is different each time I compile:
Anyway to resolve this error short of removing the compiler option?
The text was updated successfully, but these errors were encountered: