mario-renau-alstom commented on issue #32: URL: https://github.com/apache/incubator-pekko-samples/issues/32#issuecomment-1663330469
I could work on this next week, as long as someone isn't already doing it. As a first step I will modified [build.sbt](https://github.com/apache/incubator-pekko-samples/blob/main/pekko-sample-distributed-workers-scala/build.sbt) from the pekko-sample-distributed-workers-scala, so instead of: ```scala name := "pekko-distributed-workers" ``` Will be: ```scala name := "pekko-distributed-workers-scala" ``` -- 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]
