Skip to content

Commit 5e3352a

Browse files
authored
Update scala versions in README
1 parent bbc02f8 commit 5e3352a

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
@@ -10,7 +10,7 @@ An implementation of `ExecutionContext` in terms of JavaScript's [`setImmediate`
1010
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.2.0"
1111
```
1212

13-
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.
13+
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.
1414

1515
```scala
1616
import org.scalajs.macrotaskexecutor.MacrotaskExecutor.Implicits._

0 commit comments

Comments
 (0)