update more akka refs to use pekko name (#200)

This commit is contained in:
PJ Fanning 2023-02-17 10:49:40 +01:00 committed by GitHub
parent 79b0189d70
commit c32fcf1f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 139 additions and 137 deletions

View file

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