Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[community-build] ScAS : Fix build.sc
  • Loading branch information
rjolly committed Oct 20, 2025
commit 77bc6ec069be88b1b17ff8f181bc24b0ff2fcb26
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Loading