Skip to content

Commit 2a35477

Browse files
authored
Merge pull request #516 from sergiuszkierat/patch-1
Update README.md
2 parents 0e3b9c2 + 4736848 commit 2a35477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.6.2")
2525
### Porting the build
2626

2727
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`
2929
2. `migrateScalacOptions <project>` helps you update the list of `scalacOptions`
3030
3. `migrateSyntax <project>` fixes a number of syntax incompatibilities between Scala 2.13 and Scala 3
3131
4. `migrateTypes <project>` tries to make your code compile with Scala 3 by inferring a few types and resolving a few implicits.

0 commit comments

Comments
 (0)