We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4caedf + 0757c65 commit f25484bCopy full SHA for f25484b
README.md
@@ -17,7 +17,7 @@ might be handy since it provide types and utility functions.
17
Add the following line to `project/plugins.sbt`:
18
19
```scala
20
-libraryDependencies += "net.exoego" %% "scalajs-env-jsdom-nodejs" % "2.0.0"
+libraryDependencies += "net.exoego" %% "scalajs-env-jsdom-nodejs" % "2.1.0"
21
```
22
23
and the following line to `build.sbt` (possibly in the `settings`/`jsSettings` of Scala.js projects):
version.sbt
@@ -1 +1 @@
1
-ThisBuild / version := "2.0.1-SNAPSHOT"
+ThisBuild / version := "2.1.0"
0 commit comments