This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# scala-js-nodejs
2
2
3
- Scala.js type facades for Node.js v10, v12 and v14 .
3
+ Scala.js type facades for Node.js v10, v12, v14 and v16 .
4
4
5
5
## Support matrix
6
6
@@ -25,11 +25,13 @@ Add below line to your SBT project.
25
25
26
26
``` sbt
27
27
// For Node.js v10 LTS (Will be dropped on 2021-4-30)
28
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v10" % " 0.13 .0"
28
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v10" % " 0.14 .0"
29
29
// For Node.js v12 LTS
30
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v12" % " 0.13 .0"
30
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v12" % " 0.14 .0"
31
31
// For Node.js v14 LTS
32
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v14" % " 0.13.0"
32
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v14" % " 0.14.0"
33
+ // For Node.js v16 LTS
34
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v16" % " 0.14.0"
33
35
```
34
36
35
37
## Example of code
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.13 .0"
1
+ ThisBuild / version := " 0.14 .0"
You can’t perform that action at this time.
0 commit comments