Open
Description
aside scala/scala3#17330 , I'm seeing differences in the tasty segments of Scala 3 artifacts.
HttpEntity.tasty
seems to refer to different source paths:
source paths:
0: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala
2063: http-core/target/scala-3.3.1/src_managed/HttpMessage.scala
vs
source paths:
0: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala
2063: http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/ParserOutput.scala
It's not clear to me whether/how those source paths are used.