Skip to content

Commit f7f3efc

Browse files
committed
[community build] ScAS : Scala 3.8 REPL support
1 parent 895413e commit f7f3efc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ class CommunityBuildTestC:
9191
@Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
9292
@Test def scalaXml = projects.scalaXml.run()
9393
@Test def scalaz = projects.scalaz.run()
94-
// mill 1.0.5 fails to build, cannot find scala-library artifact on classpath
95-
// @Test def scas = projects.scas.run()
94+
@Test def scas = projects.scas.run()
9695
@Test def sconfig = projects.sconfig.run()
9796
@Test def shapeless3 = projects.shapeless3.run()
9897
@Test def sourcecode = projects.sourcecode.run()

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3636,6 +3636,7 @@ object Build {
36363636
(`scala3-library-bootstrapped` / publishLocal).value
36373637
(`scala3-tasty-inspector` / publishLocal).value
36383638
(`scaladoc` / publishLocal).value
3639+
(`scala3-repl` / publishLocal).value
36393640
(`scala3-compiler-bootstrapped` / publishLocal).value
36403641
(`scala3-bootstrapped` / publishLocal).value
36413642
(`scala3-library-bootstrappedJS` / publishLocal).value

0 commit comments

Comments
 (0)