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.
1 parent 5a4ae04 commit 7c494a7Copy full SHA for 7c494a7
README.md
@@ -45,7 +45,7 @@ Add the `-Xasync` to the Scala compiler options.
45
46
#### SBT Example
47
```scala
48
-scalaOptions += "-Xasync"
+scalacOptions += "-Xasync"
49
```
50
51
#### Maven Example
0 commit comments