Skip to content

Commit eb68864

Browse files
committed
Updated readme for full release
1 parent 0d41b45 commit eb68864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An implementation of `ExecutionContext` in terms of JavaScript's [`setImmediate`
77
## Usage
88

99
```sbt
10-
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.2.0"
10+
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0"
1111
```
1212

1313
Published for Scala 2.11, 2.12, 2.13, 3. Functionality is fully supported on all platforms supported by Scala.js (including web workers). In the event that a given platform does *not* have the necessary functionality to implement `setImmediate`-style yielding (usually `postMessage` is what is required), the implementation will transparently fall back to using `setTimeout`, which will drastically inhibit performance but remain otherwise functional.

0 commit comments

Comments
 (0)