Skip to content

Commit 77ae2f9

Browse files
author
Aggelos Biboudis
authored
Merge branch 'mill' into dotty-0.13-mill
2 parents c44c996 + 7d94355 commit 77ae2f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ by:
6464
ivy"a::b:c".withDottyCompat(scalaVersion())
6565
```
6666

67-
Or you can alternatively use:
68-
69-
```scala
70-
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value))
71-
```
72-
7367
This will have no effect when compiling with Scala 2.x, but when compiling
7468
with Dotty this will change the cross-version to a Scala 2.x one. This
7569
works because Dotty is currently retro-compatible with Scala 2.x.

0 commit comments

Comments
 (0)