pekko/docs/src/main/paradox/project/scala3.md
2023-01-14 13:47:15 -05:00

888 B

Scala 3 support

Apache Pekko has experimental support for Scala 3.

Using 2.13 artifacts in Scala 3

You can use CrossVersion.for3Use2_13 to use the regular 2.13 Apache Pekko artifacts in a Scala 3 project. This has been shown to be successful for Streams, HTTP and gRPC-heavy applications.

Scala 3 artifacts

Experimental Scala 3 artifacts are published.

Development snapshots can be found in the snapshots repository.

We encourage you to try out these artifacts and report any findings.

We do not promise @ref:binary compatibility for these artifacts yet.