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

Commit 8988525

Browse files
authored
Merge pull request #107 from exoego/exoego-patch-1
Fix version type
2 parents 6a5857a + 2169d74 commit 8988525

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)