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.
1 parent 85da82d commit 0c75b3bCopy full SHA for 0c75b3b
README.md
@@ -29,7 +29,7 @@ Please use the following commands to publish to Sonatype:
29
```
30
$ export SCALAJS_VERSION=0.6.33
31
$ sbt clean +scalatestPlusScalaCheckJS/publishSigned +scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
32
-$ export SCALAJS_VERSION=1.2.0
+$ export SCALAJS_VERSION=1.3.0
33
$ sbt ++2.11.12 "project scalatestPlusScalaCheckJS" clean publishSigned
34
$ sbt ++2.12.12 "project scalatestPlusScalaCheckJS" clean publishSigned
35
$ sbt ++2.13.3 "project scalatestPlusScalaCheckJS" clean publishSigned
0 commit comments