diff --git a/community-build/community-projects/AsyncFile b/community-build/community-projects/AsyncFile index fe33563b74e1..831f1db78cbd 160000 --- a/community-build/community-projects/AsyncFile +++ b/community-build/community-projects/AsyncFile @@ -1 +1 @@ -Subproject commit fe33563b74e1e1df333e86bb04b728feb199eecd +Subproject commit 831f1db78cbda7b060a7dfe0426d0b59709fd728 diff --git a/community-build/community-projects/Equal b/community-build/community-projects/Equal index f42b05026591..43e829e01959 160000 --- a/community-build/community-projects/Equal +++ b/community-build/community-projects/Equal @@ -1 +1 @@ -Subproject commit f42b05026591e146d9b4cfdd6418383321a76cd4 +Subproject commit 43e829e0195961500824388a6552a66ec13521cd diff --git a/community-build/community-projects/FingerTree b/community-build/community-projects/FingerTree index 42b27e008e6f..b5c89dff9efa 160000 --- a/community-build/community-projects/FingerTree +++ b/community-build/community-projects/FingerTree @@ -1 +1 @@ -Subproject commit 42b27e008e6f8095a928cbbef8efb4c644e46289 +Subproject commit b5c89dff9efaab861b605199ac3d0ccfbb3f80d4 diff --git a/community-build/community-projects/Log b/community-build/community-projects/Log index 02b59d0df788..bef85c8a61d8 160000 --- a/community-build/community-projects/Log +++ b/community-build/community-projects/Log @@ -1 +1 @@ -Subproject commit 02b59d0df788fdbdf602ba7fdd40c63c7aca885f +Subproject commit bef85c8a61d8f08be65a2de1822cb60485296d32 diff --git a/community-build/community-projects/Lucre b/community-build/community-projects/Lucre index b569546707c5..87d680baaa23 160000 --- a/community-build/community-projects/Lucre +++ b/community-build/community-projects/Lucre @@ -1 +1 @@ -Subproject commit b569546707c55dded1072cd544afd0e01b56d25c +Subproject commit 87d680baaa2355de5b062adcbdfc5005e787521b diff --git a/community-build/community-projects/Model b/community-build/community-projects/Model index 0704fa394b39..d4fa3fdc4049 160000 --- a/community-build/community-projects/Model +++ b/community-build/community-projects/Model @@ -1 +1 @@ -Subproject commit 0704fa394b39fc80c6292e67561c0884f50fabf7 +Subproject commit d4fa3fdc4049020e2cddd694d0e44f79b2bc0cfe diff --git a/community-build/community-projects/Numbers b/community-build/community-projects/Numbers index 971a6755c677..3d9a4a028e61 160000 --- a/community-build/community-projects/Numbers +++ b/community-build/community-projects/Numbers @@ -1 +1 @@ -Subproject commit 971a6755c677245678fd97652f9931910b797218 +Subproject commit 3d9a4a028e610ee28499284ed30a53789270c56e diff --git a/community-build/community-projects/Serial b/community-build/community-projects/Serial index 0a3a39772f6d..b4c3724b7fac 160000 --- a/community-build/community-projects/Serial +++ b/community-build/community-projects/Serial @@ -1 +1 @@ -Subproject commit 0a3a39772f6df3fac495f203c8d582d29c72124b +Subproject commit b4c3724b7fac8b4d7fbae730118c5075c6f4392d diff --git a/community-build/community-projects/Span b/community-build/community-projects/Span index 8674590a836c..467882fc0320 160000 --- a/community-build/community-projects/Span +++ b/community-build/community-projects/Span @@ -1 +1 @@ -Subproject commit 8674590a836cb227284eef08a307dbbdb9140f15 +Subproject commit 467882fc032081db5fe840db94251c9cc89cb30a diff --git a/community-build/community-projects/scala-stm b/community-build/community-projects/scala-stm index e25579f586a9..96ef6e56af08 160000 --- a/community-build/community-projects/scala-stm +++ b/community-build/community-projects/scala-stm @@ -1 +1 @@ -Subproject commit e25579f586a9d92242201d07faff5e586de1af69 +Subproject commit 96ef6e56af08d0ec600ec80ebec68d227a8c048c diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 90b544e301f7..9b8cf914aef5 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -123,6 +123,7 @@ final case class SbtCommunityProject( s""""org.scalacheck" %% "scalacheck_sjs1" % "${Versions.scalacheck}"""", s""""org.scalatest" %% "scalatest" % "${Versions.scalatest}"""", s""""org.scalatest" %% "scalatest_sjs1" % "${Versions.scalatest}"""", + s""""org.scalatestplus" %% "junit-4-13" % "${Versions.scalatest}.0"""", s""""org.scalameta" %% "munit" % "${Versions.munit}"""", s""""org.scalameta" %% "munit_sjs1" % "${Versions.munit}"""", s""""org.scalameta" %% "munit-scalacheck" % "${Versions.munit}"""", diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 0d9d5a235ecc..4e2da7515f2b 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -119,7 +119,7 @@ class CommunityBuildTestA extends CommunityBuildTest: // @Test def scissAsyncFile = projects.scissAsyncFile .run() // @Test def scissSpan = projects.scissSpan .run() @Test def scalaSTM = projects.scalaSTM .run() - // @Test def scissLucre = projects.scissLucre .run() + @Test def scissLucre = projects.scissLucre .run() end CommunityBuildTestA