Skip to content

Commit adab026

Browse files
committed
Merge branch 'cheeseng-feature-3.1.0-RC3' into 3.1.x
2 parents 7179aee + 21743af commit adab026

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To publish scalactic, scalatest and scalatest-app use the following command:
161161
$ export SCALAJS_VERSION=0.6.28
162162
$ sbt ++2.10.7 clean publishSigned "project scalatestAppJS" clean publishSigned
163163
$ 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
165165
$ sbt ++2.13.0 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned
166166
$ sbt ++2.11.12 "project scalatestAppNative" clean publishSigned
167167
$ export SCALAJS_VERSION=1.0.0-M3
@@ -170,30 +170,4 @@ To publish scalactic, scalatest and scalatest-app use the following command:
170170
$ export SCALAJS_VERSION=1.0.0-M8
171171
$ sbt ++2.13.0 "project scalatestAppJS" clean publishSigned
172172
$ 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

project/BuildCommons.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import scala.io.Source
55

66
trait BuildCommons {
77

8-
lazy val supportedScalaVersions = List("2.13.0", "2.12.9", "2.11.12", "2.10.7")
8+
lazy val supportedScalaVersions = List("2.13.0", "2.12.10", "2.11.12", "2.10.7")
99

10-
val releaseVersion = "3.1.0-RC2"
10+
val releaseVersion = "3.1.0-RC3"
1111

1212
val previousReleaseVersion = "3.0.8"
1313

0 commit comments

Comments
 (0)