raboof commented on code in PR #107: URL: https://github.com/apache/incubator-pekko-projection/pull/107#discussion_r1486122423
########## build.sbt: ########## @@ -15,6 +15,8 @@ sourceDistName := "apache-pekko-projection" sourceDistIncubating := true ThisBuild / pekkoInlineEnabled := false +// we want to be able to test with snapshot versions of Pekko dependencies +ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo Review Comment: it was nice that this used to be conditional, but not a big issue to have it here I suppose -- 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]
