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

bump scala3 version and revert scala3 work around #66

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

jtjeferreira
Copy link
Contributor

In #11 a workaround to issue scala/scala3#19436 was introduced.

Meanwhile the issue was fixed and backported to scala 3.3.5 and 3.5.1. However we can't use 3.3.5 because we need to "match on higher kinded types" in the macro and that is only available since scala 3.4.x (SIP-53 I think).

So I decide to bump to scala 3.6.2 and remove the workaround

the issue scala/scala3#19436 was fixed and backported to scala 3.3.5 and 3.5.1. However we can't use 3.3.5 because we need to "match on higher kinded types" in the macro and that is only avaible in scala 3.4 (SIP-53 I think).

So I decide to bump to scala 3.6.2
@lihaoyi lihaoyi merged commit f5b9aa7 into com-lihaoyi:main Jan 31, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants