Skip to content

Commit

Permalink
Replace Akka reference with Pekko
Browse files Browse the repository at this point in the history
(cherry picked from commit 34815bc)
  • Loading branch information
mdedetrich committed Oct 9, 2023
1 parent 18df7a3 commit d320e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ private[pekko] class ActorSystemImpl(
s"""Detected ${cause.getClass.getName} error, which MAY be caused by incompatible Pekko versions on the classpath.
| Please note that a given Pekko version MUST be the same across all modules of Pekko that you are using,
| e.g. if you use pekko-actor [${pekko.Version.current} (resolved from current classpath)] all other core
| Akka modules MUST be of the same version. External projects like Connectors, Persistence plugins or Pekko
| Pekko modules MUST be of the same version. External projects like Connectors, Persistence plugins or Pekko
| HTTP etc. have their own version numbers - please make sure you're using a compatible set of libraries.
""".stripMargin.replaceAll("[\r\n]", ""))

Expand Down

0 comments on commit d320e35

Please sign in to comment.