Skip to content

Commit f2bf51d

Browse files
authored
Update version in README.md
1 parent 8bdd3c1 commit f2bf51d

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" % "1.0.0"
10+
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.1.1"
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)