From fb6ec26b9fcaa61397047a2bf834539b9f20aa32 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Thu, 5 Nov 2020 19:23:30 +0100 Subject: [PATCH] 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 #10177 sooner. --- community-build/community-projects/scalacheck | 2 +- community-build/src/scala/dotty/communitybuild/projects.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community-build/community-projects/scalacheck b/community-build/community-projects/scalacheck index b980c99ed96c..520b1e9c179d 160000 --- a/community-build/community-projects/scalacheck +++ b/community-build/community-projects/scalacheck @@ -1 +1 @@ -Subproject commit b980c99ed96c1b93483bb4a72a2e36548b7bbe12 +Subproject commit 520b1e9c179dcc4310fd7a6edf3fd04471919ec4 diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 37c8b5df1adb..2aa70e397d2e 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -172,7 +172,7 @@ object projects: lazy val scalacheck = SbtCommunityProject( project = "scalacheck", - sbtTestCommand = "jvm/test", + sbtTestCommand = "jvm/test; js/test", sbtPublishCommand = ";set jvm/publishArtifact in (Compile, packageDoc) := false ;jvm/publishLocal" )