File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ $ export SCALAJS_VERSION=0.6.27
10
10
$ sbt clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
11
11
$ sbt ++2.10.7 clean scalatestPlusScalaCheckJS/publishSigned scalatestPlusScalaCheckJVM/publishSigned
12
12
$ 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
15
15
$ sbt ++2.11.12 "project scalatestPlusScalaCheckJS" clean publishSigned
16
16
$ 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
17
19
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import scalanative.sbtplugin.ScalaNativePluginInternal.NativeTest
4
4
val sharedSettings = Seq (
5
5
name := " scalatestplus-scalacheck" ,
6
6
organization := " org.scalatestplus" ,
7
- version := " 1.0.0-SNAP5 " ,
7
+ version := " 1.0.0-SNAP6 " ,
8
8
homepage := Some (url(" https://github.com/scalatest/scalatestplus-scalacheck" )),
9
9
licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
10
10
developers := List (
You can’t perform that action at this time.
0 commit comments