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

Cross-compile for scala 3? #341

Open
Daenyth opened this issue Jul 21, 2021 · 1 comment
Open

Cross-compile for scala 3? #341

Daenyth opened this issue Jul 21, 2021 · 1 comment

Comments

@Daenyth
Copy link

Daenyth commented Jul 21, 2021

I saw another issue suggesting to reuse the 2.13 artifacts, but that's very undesirable for other libraries which depend on spray-json - it's not a good approach to compatibility. For example, scala-js/scala-js-dom#451

@raboof
Copy link
Contributor

raboof commented Jul 22, 2021

I agree, for 'direct' dependencies the cross-dependency approach is great, but for libraries it is more painful (it is for example also discouraged in https://scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html#a-smooth-transition).

I made a quick attempt in #342 but quickly ran into scala/scala3#2214

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

No branches or pull requests

2 participants