From 77bc6ec069be88b1b17ff8f181bc24b0ff2fcb26 Mon Sep 17 00:00:00 2001 From: Raphael Jolly Date: Mon, 20 Oct 2025 16:09:32 +0200 Subject: [PATCH] [community-build] ScAS : Fix build.sc --- community-build/community-projects/scas | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/community-build/community-projects/scas b/community-build/community-projects/scas index 94bbd30b1aad..368d12da2d54 160000 --- a/community-build/community-projects/scas +++ b/community-build/community-projects/scas @@ -1 +1 @@ -Subproject commit 94bbd30b1aad8e554763d2eebd9e7a35bb094e5f +Subproject commit 368d12da2d5433470d758ec42f90f339bfd54d06 diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 4591f0914dfd..f83078f26c36 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -91,8 +91,7 @@ class CommunityBuildTestC: @Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run() @Test def scalaXml = projects.scalaXml.run() @Test def scalaz = projects.scalaz.run() - // mill 1.0.5 fails to build, cannot find scala-library artifact on classpath - // @Test def scas = projects.scas.run() + @Test def scas = projects.scas.run() @Test def sconfig = projects.sconfig.run() @Test def shapeless3 = projects.shapeless3.run() @Test def sourcecode = projects.sourcecode.run()