Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Params.Map in 0.10.0 #595

Open
ivche opened this issue Dec 15, 2020 · 0 comments
Open

Params.Map in 0.10.0 #595

ivche opened this issue Dec 15, 2020 · 0 comments

Comments

@ivche
Copy link

ivche commented Dec 15, 2020

We are upgrading our unfiltered version to 0.10.0 and we noticed that this line changed the return type of the unapply method to the internal Params.Map.

This caused some compilation problems on our side

[error]  found   : Map (in scala.collection)
[error]     (which expands to)  scala.collection.Map[String,Seq[String]]
[error]  required: Map (in scala.collection.immutable)
[error]     (which expands to)  scala.collection.immutable.Map[String,Seq[String]]
... 

which we handled but I wondered if it is an intentional change on your side or you might want to change it back?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant