Skip to content

Commit

Permalink
keep serialization stability on Scala 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed May 13, 2022
1 parent 1bac0c6 commit e8a73b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import scala.collection.mutable.{Builder, ImmutableBuilder}
* @define mayNotTerminateInf
* @define willNotTerminateInf
*/
@SerialVersionUID(-2425602972438308285L)
sealed abstract class OldHashMap[K, +V]
extends AbstractMap[K, V]
with MapOps[K, V, OldHashMap, OldHashMap[K, V]]
Expand Down

0 comments on commit e8a73b8

Please sign in to comment.