Skip to content

Commit bbc02f8

Browse files
committed
Updated readme for 0.2.0
1 parent cbea82b commit bbc02f8

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.1.0"
10+
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.2.0"
1111
```
1212

1313
Published for Scala 2.12.14, 2.13.6, 3.0.1. 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)