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
Ignore the deprecation of mutable.AnyRefMap in Scala 2.13.16+.
It was deprecated because mutable.HashMap is just as fast,
starting from 2.13.0. However we still use it for performance in
Scala 2.12.x, which is important because that's the version of the
linker used by the sbt plugin.
0 commit comments