We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c44c996 + 7d94355 commit 77ae2f9Copy full SHA for 77ae2f9
README.md
@@ -64,12 +64,6 @@ by:
64
ivy"a::b:c".withDottyCompat(scalaVersion())
65
```
66
67
-Or you can alternatively use:
68
-
69
-```scala
70
- libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value))
71
-```
72
73
This will have no effect when compiling with Scala 2.x, but when compiling
74
with Dotty this will change the cross-version to a Scala 2.x one. This
75
works because Dotty is currently retro-compatible with Scala 2.x.
0 commit comments