From 3065f442b0f2ca015a2c1379b9739703b1383bf3 Mon Sep 17 00:00:00 2001 From: Raphael Jolly Date: Wed, 7 Apr 2021 21:10:11 +0200 Subject: [PATCH] Update ScAS --- community-build/community-projects/scas | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()