diff --git a/community-build/community-projects/scas b/community-build/community-projects/scas index 650b72f7baeb..372a9255ba77 160000 --- a/community-build/community-projects/scas +++ b/community-build/community-projects/scas @@ -1 +1 @@ -Subproject commit 650b72f7baeb4443f16fe4e923901837f5d9ad98 +Subproject commit 372a9255ba77ffae0f9fec3880ffdece4940d4ca diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 8290c904692e..5576b95afba5 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -159,7 +159,7 @@ class CommunityBuildTestC extends CommunityBuildTest: @Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run() @Test def scalaXml = projects.scalaXml.run() @Test def scalaz = projects.scalaz.run() - @Test def scas = if compilerSupportExperimental then projects.scas.run() + @Test def scas = projects.scas.run() @Test def sconfig = projects.sconfig.run() @Test def shapeless = projects.shapeless.run() @Test def sourcecode = projects.sourcecode.run()