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 ca21edd commit 8aab8a3Copy full SHA for 8aab8a3
website/docs/guides/configuration.md
@@ -46,8 +46,8 @@ This is achieved by specifying `using` directives inside comments at the top of
46
47
```scala
48
//> using scala "2.13"
49
-//> using scala-js
50
-//> using options -Xasync
+//> using platform "scala-js"
+//> using options "-Xasync"
51
52
// package and import statements follow here ...
53
```
@@ -67,4 +67,4 @@ import ujson._
67
68
Both `import $ivy` and `import $dep` are accepted, and are equivalent. Note that this syntax
69
might be deprecated - and then removed - in the future. It's recommended to add dependencies
70
-with [`using` directives](#using-directives).
+with [`using` directives](#using-directives).
0 commit comments