@@ -161,7 +161,7 @@ To publish scalactic, scalatest and scalatest-app use the following command:
161
161
$ export SCALAJS_VERSION=0.6.28
162
162
$ sbt ++2.10.7 clean publishSigned "project scalatestAppJS" clean publishSigned
163
163
$ sbt ++2.11.12 clean publishSigned "project scalatestAppJS" clean publishSigned
164
- $ sbt ++2.12.9 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
164
+ $ sbt ++2.12.10 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
165
165
$ sbt ++2.13.0 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
166
166
$ sbt ++2.11.12 "project scalatestAppNative" clean publishSigned
167
167
$ export SCALAJS_VERSION=1.0.0-M3
@@ -170,30 +170,4 @@ To publish scalactic, scalatest and scalatest-app use the following command:
170
170
$ export SCALAJS_VERSION=1.0.0-M8
171
171
$ sbt ++2.13.0 "project scalatestAppJS" clean publishSigned
172
172
$ sbt scalacticDotty/clean scalacticDotty/publishSigned
173
- $ sbt scalatestDotty/clean scalatestDotty/publishSigned
174
-
175
- To publish scalatest modules for jvm, use the following commands:
176
-
177
- $ sbt scalatestModules/clean
178
- $ sbt +scalatestModules/publishSigned
179
-
180
- To publish scalatest modules for js, use the following commands:
181
-
182
- $ export SCALAJS_VERSION=0.6.28
183
- $ sbt scalatestModulesJS/clean
184
- $ sbt +scalatestModulesJS/publishSigned
185
- $ export SCALAJS_VERSION=1.0.0-M3
186
- $ sbt ++2.11.12 "project scalatestModulesJS" clean publishSigned
187
- $ sbt ++2.12.6 "project scalatestModulesJS" clean publishSigned
188
- $ export SCALAJS_VERSION=1.0.0-M8
189
- $ sbt ++2.13.0 "project scalatestModulesJS" clean publishSigned
190
-
191
- To publish scalatest modules for native, use the following commands:
192
-
193
- $ sbt ++2.11.12 scalatestModulesNative/clean
194
- $ sbt ++2.11.12 scalatestModulesNative/publishSigned
195
-
196
- To publish scalatest modules for Dotty, use the following commands:
197
-
198
- $ sbt scalatestModulesDotty/clean
199
- $ sbt scalatestModulesDotty/publishSigned
173
+ $ sbt scalatestDotty/clean scalatestDotty/publishSigned
0 commit comments