File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,5 @@ Please use the following commands to publish to Sonatype:
30
30
$ export SCALAJS_VERSION=0.6.33
31
31
$ sbt clean +scalatestPlusScalaCheckJS/publishSigned +scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
32
32
$ export SCALAJS_VERSION=1.3.0
33
- $ sbt ++2.11.12 "project scalatestPlusScalaCheckJS" clean publishSigned
34
- $ sbt ++2.12.12 "project scalatestPlusScalaCheckJS" clean publishSigned
35
- $ sbt ++2.13.3 "project scalatestPlusScalaCheckJS" clean publishSigned
33
+ $ sbt clean +scalatestPlusScalaCheckJS/publishSigned
36
34
```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val sharedSettings = Seq(
26
26
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
27
27
libraryDependencies ++= Seq (
28
28
" org.scalatest" %%% " scalatest-core" % " 3.2.3" ,
29
- " org.scalacheck" %%% " scalacheck" % " 1.15.0 " ,
29
+ " org.scalacheck" %%% " scalacheck" % " 1.15.1 " ,
30
30
" org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.3" % " test" ,
31
31
" org.scalatest" %%% " scalatest-funspec" % " 3.2.3" % " test" ,
32
32
" org.scalatest" %%% " scalatest-funsuite" % " 3.2.3" % " test"
@@ -77,7 +77,7 @@ val sharedSettings = Seq(
77
77
Seq (" -doc-title" , s " ScalaTest + ScalaCheck ${version.value}" )
78
78
},
79
79
publishArtifact in (Compile , packageDoc) := {
80
- if (scalaBinaryVersion.value startsWith " 0.2 " )
80
+ if (scalaBinaryVersion.value startsWith " 3. " )
81
81
false // Temporary disable publishing of doc in dotty, can't get it to build.
82
82
else
83
83
true
You can’t perform that action at this time.
0 commit comments