pjfanning commented on code in PR #903:
URL: https://github.com/apache/incubator-pekko/pull/903#discussion_r1441080522


##########
build.sbt:
##########
@@ -140,6 +140,14 @@ lazy val actor = pekkoModule("actor")
 lazy val actorTests = pekkoModule("actor-tests")
   .dependsOn(testkit % "compile->compile;test->test", actor)
   .settings(Dependencies.actorTests)
+  .settings(Test / unmanagedSourceDirectories ++= {

Review Comment:
   That code does not handle the '+' in `2.13+` - I don't want to duplicate the 
test that is in 2.13+. If I duplicated the test code intp `scala-3` and 
`scala-2.13` - sbt handles those source dirs automatically. It doesn't appear 
to handle `scala-2.13+` automatically.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to