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
With Scala 2.13 JavaConverters was deprecated, providing JdkConverters as alternative.
The where backported to 2.11 and 2.12 as part of the Scala Collection Compat library. Use this to get rid of the warnings scala/scala-collection-compat#217