Skip to content

scalacenter/scala-3-migration-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b9e0ad · Oct 12, 2023
Aug 23, 2023
Oct 12, 2023
Aug 23, 2023
Aug 23, 2023
Sep 2, 2020
Aug 23, 2023
Apr 12, 2021
May 27, 2021
Oct 14, 2020
Nov 6, 2020
Apr 14, 2021
Apr 16, 2020
May 27, 2021
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023

Scala 3 migration guide

The content of the Scala 3 migration guide has moved to docs.scala-lang.org

This repository is a continuously evolving guide to support the migration to Scala 3. As a member of the community you are encouraged to participate the effort by sharing your migrating experience.

Visit the Scala 3 Migration website to learn more about the migration.

A number of complementary initiatives are being undertaken to ease the migration. This repository is not a replacement of those initiatives. Its purpose is to gather knowledge, to collect feedback and to encourage the collaboration. The ultimate goal being to drive the effort of the community toward the release of Scala 3.0.0.

All information you may want to know before starting the migration of your codebase should be available in this guide. If not you may want to contribute.

Content

This repository contains:

  • incompat-30/: A corpus of incompatibilities between Scala 2.13 and Scala 3.0 with proposed solution. It also contains the tests of the Scala 3.0 migration rewrites for 3.0.
  • incompat-31/: The tests of the Dotty migration rewrites that are already implemented for 3.1.
  • docs/: The documentation that is still published to the deprecated website
  • website/: The website skeleton powered by Docusaurus.

Additional Resources