update more akka refs to use pekko name (#200)
This commit is contained in:
parent
79b0189d70
commit
c32fcf1f0a
69 changed files with 139 additions and 137 deletions
|
|
@ -100,7 +100,7 @@ lazy val root = Project(id = "pekko", base = file("."))
|
|||
benchJmh,
|
||||
protobuf,
|
||||
protobufV3,
|
||||
akkaScalaNightly,
|
||||
pekkoScalaNightly,
|
||||
docs,
|
||||
serialversionRemoverPlugin))
|
||||
.settings(
|
||||
|
|
@ -126,7 +126,7 @@ lazy val actorTests = pekkoModule("actor-tests")
|
|||
.enablePlugins(NoPublish)
|
||||
.disablePlugins(MimaPlugin)
|
||||
|
||||
lazy val akkaScalaNightly = pekkoModule("scala-nightly")
|
||||
lazy val pekkoScalaNightly = pekkoModule("scala-nightly")
|
||||
.aggregate(aggregatedProjects: _*)
|
||||
.disablePlugins(MimaPlugin)
|
||||
.disablePlugins(ValidatePullRequest, MimaPlugin, CopyrightHeaderInPr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue