Skip to content

Commit a1bc6ca

Browse files
committed
upgrade scalacheck to 1.15, test scala.js too
Testing the Scala.js support is a good idea since if we had done it before we would have caught scala#10177 sooner.
1 parent 274a478 commit a1bc6ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Submodule scalacheck updated 66 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ object projects:
172172

173173
lazy val scalacheck = SbtCommunityProject(
174174
project = "scalacheck",
175-
sbtTestCommand = "jvm/test",
176-
sbtPublishCommand = ";set jvm/publishArtifact in (Compile, packageDoc) := false ;jvm/publishLocal"
175+
sbtTestCommand = "test",
176+
sbtPublishCommand = "publishLocal"
177177
)
178178

179179
lazy val scalatest = SbtCommunityProject(
@@ -222,6 +222,7 @@ object projects:
222222
lazy val minitest = SbtCommunityProject(
223223
project = "minitest",
224224
sbtTestCommand = "compile",
225+
dependencies = List(scalacheck)
225226
)
226227

227228
lazy val fastparse = SbtCommunityProject(

0 commit comments

Comments
 (0)