Skip to content

Commit 0757c65

Browse files
committed
Bump versions
1 parent c4caedf commit 0757c65

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)