Skip to content

Commit 5a2cff6

Browse files
authored
[community-build] ScAS : Scala 3.8 REPL support (#24323)
See #24243 Also removes the duplicated manifest file
1 parent b83b3d9 commit 5a2cff6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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()

compiler/resources/META-INF/services/javax.script.ScriptEngineFactory

Lines changed: 0 additions & 1 deletion
This file was deleted.

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)