-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add macrosPekko and macrosPekkoTests #302
Conversation
a22bdfa
to
2a4c9a3
Compare
2a4c9a3
to
907622e
Compare
@@ -160,6 +161,14 @@ lazy val macrosAkka = projectMatrix | |||
.jvmPlatform(scalaVersions = scala2) | |||
.jsPlatform(scalaVersions = scala2) | |||
|
|||
lazy val macrosPekko = projectMatrix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be included in the root aggregate project list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦♂️ I will add it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
Other than the .sbt change I assume it's a direct copy & package change :) |
Right, it is just copy paste and fixing the imports.
|
Thanks :) |
Adds
macrosPekko
andmacrosPekkoTests
to be used with Pekko.See: #301