Skip to content

Commit dbcc874

Browse files
authored
Merge pull request #2282 from AlexITC/patch-1
Update tutorial-sbt.md
2 parents 83ea10c + 7cf4f0c commit dbcc874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-migration/tutorial-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We recommend the cross-building strategy, that is to compile the code with both
4040
The logic behind is to be able to run the tests with Scala 2.13 after each fix and thus make sure that the runtime behavior is unchanged.
4141
This is crucial to avoid bugs that could happen when fixing the incompatibilities.
4242

43-
Configuring cross-building ins sbt is as short as:
43+
Configuring cross-building in sbt is as short as:
4444

4545
```scala
4646
scalaVersion := "3.0.0"

0 commit comments

Comments
 (0)