Skip to content

Commit a2968c3

Browse files
hamzaremmalWojciechMazur
authored andcommitted
fix: include the PC in the new build
[Cherry-picked 830a2da]
1 parent 83b2b2c commit a2968c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ object Build {
15031503
.aggregate(`scala3-interfaces`, `scala3-library-bootstrapped-new` , `scala-library-bootstrapped`,
15041504
`tasty-core-bootstrapped-new`, `scala3-compiler-bootstrapped-new`, `scala3-sbt-bridge-bootstrapped`,
15051505
`scala3-staging-new`, `scala3-tasty-inspector-new`, `scala-library-sjs`, `scala3-library-sjs`,
1506-
`scaladoc-new`, `scala3-repl`)
1506+
`scaladoc-new`, `scala3-repl`, `scala3-presentation-compiler`)
15071507
.settings(
15081508
name := "scala3-bootstrapped",
15091509
moduleName := "scala3-bootstrapped",

0 commit comments

Comments
 (0)