Skip to content

Commit 6765a26

Browse files
committed
Update ScAS : factor out conversions ; use Conversion typeclass
1 parent 08be314 commit 6765a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule scas updated 101 files

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class CommunityBuildTestC extends CommunityBuildTest:
157157
@Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
158158
@Test def scalaXml = projects.scalaXml.run()
159159
@Test def scalaz = projects.scalaz.run()
160-
@Test def scas = if compilerSupportExperimental then projects.scas.run()
160+
@Test def scas = projects.scas.run()
161161
@Test def sconfig = projects.sconfig.run()
162162
@Test def shapeless = projects.shapeless.run()
163163
@Test def sourcecode = projects.sourcecode.run()

0 commit comments

Comments
 (0)