Skip to content

Commit e25e606

Browse files
committed
Enhanced README.md to include instruction to build and publish for Scala 2.13.
1 parent 778a13a commit e25e606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ To publish scalactic, scalatest and scalatest-app (for Scala and Scala-js, versi
120120

121121
`$ sbt clean publishSigned "project scalatestAppJS" clean publishSigned ++2.10.6 "project scalatestApp" clean publishSigned "project scalatestAppJS" clean publishSigned`
122122

123-
To publish scalactic, scalatest and scalatest-app (for Scala and Scala-js, version 2.12, and make sure you're on Java 8) to Sonatype, use the following command:
123+
To publish scalactic, scalatest and scalatest-app (for Scala and Scala-js, version 2.12 and 2.13, and make sure you're on Java 8) to Sonatype, use the following command:
124124

125-
`$ sbt ++2.12.0 clean publishSigned "project scalatestAppJS" clean publishSigned`
125+
`$ sbt ++2.12.0 clean publishSigned "project scalatestAppJS" clean publishSigned ++2.13.0-M2 clean publishSigned "project scalatestAppJS" clean publishSigned`

0 commit comments

Comments
 (0)