locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

Use Iterable instead of Traversable (since scala 2.13.0) #3438

Open echeipesh opened 2 years ago

echeipesh commented 2 years ago
[warn] /usr/local/src/vector/src/main/scala/geotrellis/vector/SeqMethods.scala:88:63: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   implicit class SeqMultiLineStringExtensions(val multilines: Traversable[MultiLineString]) {

Traversable is used all over the place. This would break the interfaces, but probably not in a very significant way. Sounds like GT 4.0 work.