Skip to content

Commit 4e4f53f

Browse files
authored
Update scala3.md (#804)
* Update scala3.md * Update scala3.md * Update scala3.md
1 parent 0b63c5c commit 4e4f53f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Diff for: docs/src/main/paradox/project/scala3.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
# Scala 3 support
22

3-
Pekko has experimental support for Scala 3.
4-
5-
## Using 2.13 artifacts in Scala 3
6-
7-
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)
8-
to use the regular 2.13 Pekko artifacts in a Scala 3 project. This has been
9-
shown to be successful for Streams, HTTP and gRPC-heavy applications.
10-
11-
## Scala 3 artifacts
12-
13-
We are publishing experimental Scala 3 artifacts that can be used 'directly' (without `CrossVersion`) with Scala 3.
14-
15-
We do not promise @ref:[binary compatibility](../common/binary-compatibility-rules.md) for these artifacts yet.
3+
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).

0 commit comments

Comments
 (0)