Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit d0aae92

Browse files
author
exoego
committed
Update versions in README
1 parent b2b1410 commit d0aae92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ The following core Node.js modules (v8.7.0+) have been implemented:
5454
Add below line to your SBT project.
5555

5656
```sbt
57-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.8.0"
57+
// For Node.js v8 LTS
58+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.9.0"
59+
// For Node.js v10 LTS
60+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.9.0"
61+
// For Node.js v12 (supposed to be next LTS)
62+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v2" % "0.9.0"
5863
```
5964

6065
## Example of code

0 commit comments

Comments
 (0)