Skip to content

Commit ff6da56

Browse files
committed
Bumped up release version to 1.0.0-SNAP6, and adjusted README.md.
1 parent 05bb0c7 commit ff6da56

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ $ export SCALAJS_VERSION=0.6.27
1010
$ sbt clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
1111
$ sbt ++2.10.7 clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned
1212
$ sbt ++2.11.12 clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned
13-
$ sbt ++2.13.0-RC1 clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned
14-
$ export SCALAJS_VERSION=1.0.0-M7
13+
$ sbt ++2.13.0-RC2 clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned
14+
$ export SCALAJS_VERSION=1.0.0-M3
1515
$ sbt ++2.11.12 "project scalatestPlusScalaCheckJS" clean publishSigned
1616
$ sbt ++2.12.6 "project scalatestPlusScalaCheckJS" clean publishSigned
17+
$ export SCALAJS_VERSION=1.0.0-M7
18+
$ sbt ++2.13.0-RC2 "project scalatestPlusScalaCheckJS" clean publishSigned
1719
```

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scalanative.sbtplugin.ScalaNativePluginInternal.NativeTest
44
val sharedSettings = Seq(
55
name := "scalatestplus-scalacheck",
66
organization := "org.scalatestplus",
7-
version := "1.0.0-SNAP5",
7+
version := "1.0.0-SNAP6",
88
homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")),
99
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
1010
developers := List(

0 commit comments

Comments
 (0)