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

Update scala3.md #804

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions docs/src/main/paradox/project/scala3.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# Scala 3 support

Pekko has experimental support for Scala 3.

## Using 2.13 artifacts in Scala 3

You can use [CrossVersion.for3Use2_13](https://scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html#using-scala-213-libraries-in-scala-3)
to use the regular 2.13 Pekko artifacts in a Scala 3 project. This has been
shown to be successful for Streams, HTTP and gRPC-heavy applications.

## Scala 3 artifacts

We are publishing experimental Scala 3 artifacts that can be used 'directly' (without `CrossVersion`) with Scala 3.

We do not promise @ref:[binary compatibility](../common/binary-compatibility-rules.md) for these artifacts yet.
Pekko has support for Scala 3. Pekko is built with Scala 3.3 LTS version and we are confident that no binary incompatible changes should be necessary due to Scala 3 changes. See the @ref:[binary compatibility documentation](../common/binary-compatibility-rules.md).