Skip to content

Scala 2.13 version deprecation warning #331

@cosmir17

Description

@cosmir17

Scala 2.13 version deprecation warning

Expected behavior

No Warning messages

Actual behavior

[warn] /Users/.../my-project/target/scala-2.13/src_managed/main/thrift/...../thriftscala/MyScalaClass.scala:530:10: method flatMap in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.flatMap instead or consider requiring an Iterable
[warn]     (ids.flatMap { id => getFieldBlob(id).map { fieldBlob => (id, fieldBlob) } }).toMap

Steps to reproduce the behavior

Scrooge dependency 20.5.0 and Scala 2.13 build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions