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

use scala 3 libs in scala 3 build #3

Merged
merged 1 commit into from
Mar 12, 2024
Merged

use scala 3 libs in scala 3 build #3

merged 1 commit into from
Mar 12, 2024

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Mar 12, 2024

Pekko supports Scala 3.

It is not recommended for libs to depend on the cross for behaviour.
https://www.scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html -- see the disclaimer

DISCLAIMER FOR LIBRARY MAINTAINERS
Using the interoperability between Scala 2.13 and Scala 3 in a published library is generally not safe for your end-users. Unless you know exactly what you are doing, it is discouraged to publish a Scala 3 library that depends on a Scala 2.13 library (the scala-library being excluded) or vice versa. The reason is to prevent library users from ending up with two conflicting versions foo_2.13 and foo_3 of the same foo library in their classpath, this problem being unsolvable in some cases.

@wlk wlk merged commit e77789e into varwise:main Mar 12, 2024
1 check passed
@wlk
Copy link
Member

wlk commented Mar 12, 2024

Thank you, I'll release new version soon

@wlk
Copy link
Member

wlk commented Mar 12, 2024

1.0.1 has been released

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