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

Commit 9d231c2

Browse files
authored
Merge pull request #142 from exoego/release-0.9.1
Release 0.9.1
2 parents 9368c9b + d90e6a7 commit 9d231c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Add below line to your SBT project.
5555

5656
```sbt
5757
// For Node.js v8 LTS
58-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.9.0"
58+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.9.1"
5959
// For Node.js v10 LTS
60-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.9.0"
60+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.9.1"
6161
// For Node.js v12 (supposed to be next LTS)
62-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.9.0"
62+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.9.1"
6363
```
6464

6565
## Example of code

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.9.1-SNAPSHOT"
1+
version in ThisBuild := "0.9.2-SNAPSHOT"

0 commit comments

Comments
 (0)