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

Commit 8c8cf5d

Browse files
authored
Fix version typo
1 parent d0aae92 commit 8c8cf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.9.0"
5959
// For Node.js v10 LTS
6060
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.9.0"
6161
// For Node.js v12 (supposed to be next LTS)
62-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v2" % "0.9.0"
62+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.9.0"
6363
```
6464

6565
## Example of code

0 commit comments

Comments
 (0)