File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.6.2")
25
25
### Porting the build
26
26
27
27
To port a build to Scala 3, run the following commands in order, in each project of the build:
28
- 1 . ` migrateDepedendencies <project>` helps you update the list of ` libraryDependencies `
28
+ 1 . ` migrateDependencies <project>` helps you update the list of ` libraryDependencies `
29
29
2 . ` migrateScalacOptions <project> ` helps you update the list of ` scalacOptions `
30
30
3 . ` migrateSyntax <project> ` fixes a number of syntax incompatibilities between Scala 2.13 and Scala 3
31
31
4 . ` migrateTypes <project> ` tries to make your code compile with Scala 3 by inferring a few types and resolving a few implicits.
You can’t perform that action at this time.
0 commit comments