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


##########
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:
   > It doesn't appear to handle `scala-2.13+` automatically.
   
   Indeed sbt doesn't handle this automatically, it would be ideal find the 
existing code in the build definition that does this so we can reuse it



-- 
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