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

Fix scala 2.12 compatibility with SortedMap #553

Merged
merged 2 commits into from
Jan 7, 2024

Conversation

chr12c
Copy link
Contributor

@chr12c chr12c commented Oct 23, 2023

Use SortedMap.apply instead of SortedMap.from since the latter is not compatible with scala 2.12. This was introduced in #548

@chr12c chr12c changed the title Fix scala 2.12 compatibility with SortedMap.from Fix scala 2.12 compatibility with SortedMap Oct 23, 2023
@chr12c chr12c marked this pull request as ready for review October 23, 2023 12:05
@chr12c
Copy link
Contributor Author

chr12c commented Oct 23, 2023

ci validate ran this time so should be fine 🤞

@bplommer bplommer merged commit 91a775f into fd4s:master Jan 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants