Skip to content

Commit 6aeaa6d

Browse files
authored
Update compatibility-classpath.md
1 parent 98091fd commit 6aeaa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-migration/compatibility-classpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ lazy val foo = project.in.file("foo")
119119
)
120120
```
121121

122-
Similarly to `CrossVersion.for2_13Use3`, we use `CrossVersion.for3Use2_13` in sbt to resolve `bar_2.13` instead of `bar_3`.
122+
Similarly to `CrossVersion.for2_13Use3`, we use `CrossVersion.for3Use2_13` in sbt to resolve `bar_3` instead of `bar_2.13`.
123123

124124
## Interoperability Overview
125125

0 commit comments

Comments
 (0)