Skip to content

Commit 0c75b3b

Browse files
committed
Updated README.md to use scala-js 1.3.0
1 parent 85da82d commit 0c75b3b

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
@@ -29,7 +29,7 @@ Please use the following commands to publish to Sonatype:
2929
```
3030
$ export SCALAJS_VERSION=0.6.33
3131
$ sbt clean +scalatestPlusScalaCheckJS/publishSigned +scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
32-
$ export SCALAJS_VERSION=1.2.0
32+
$ export SCALAJS_VERSION=1.3.0
3333
$ sbt ++2.11.12 "project scalatestPlusScalaCheckJS" clean publishSigned
3434
$ sbt ++2.12.12 "project scalatestPlusScalaCheckJS" clean publishSigned
3535
$ sbt ++2.13.3 "project scalatestPlusScalaCheckJS" clean publishSigned

0 commit comments

Comments
 (0)