Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

tutorial-intro.md

File metadata and controls

22 lines (16 loc) · 1.02 KB
title type description num previous-page next-page
Migration Tutorial
chapter
This chapter contains the tutorials for porting a Scala 2.13 project to Scala 3
9
tooling-migration-mode
tutorial-prerequisites

You are ready to port your project to Scala 3!

The first step is to check that the Prerequisites are met by your project.

If you use sbt we recommend you to go to Porting an sbt Project (using sbt-scala3-migrate), or you can go to Porting an sbt Project (by hand).

You are not using sbt?

We still advise you to read the Porting a sbt Project (by hand) tutorial since the workflow is the same in other build tools. Prior to that, make sure the version of your build tool is up-to-date to support Scala 3.

Cross-Building a Macro Library and Mixing Scala 2.13 and Scala 3 Macros are specialized tutorials for porting Scala 2 macro libraries.