Skip to content

Commit f25484b

Browse files
authored
Merge pull request #16 from exoego/releases/2.1.0
Releases/2.1.0
2 parents c4caedf + 0757c65 commit f25484b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ might be handy since it provide types and utility functions.
1717
Add the following line to `project/plugins.sbt`:
1818

1919
```scala
20-
libraryDependencies += "net.exoego" %% "scalajs-env-jsdom-nodejs" % "2.0.0"
20+
libraryDependencies += "net.exoego" %% "scalajs-env-jsdom-nodejs" % "2.1.0"
2121
```
2222

2323
and the following line to `build.sbt` (possibly in the `settings`/`jsSettings` of Scala.js projects):

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "2.0.1-SNAPSHOT"
1+
ThisBuild / version := "2.1.0"

0 commit comments

Comments
 (0)