Why Akka-Http still uses older Akka-Actor?
问题 I have added the latest akka-http to my project but that includes the very old 2.4.19 version on akka-actor. Hence I also added akka-actor version 2.5.4 to the dependency. However, that results into following error:- Detected java.lang.NoSuchMethodError error, which MAY be caused by incompatible Akka versions on the classpath. My maven config is like below:- <dependencies> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http_2.11</artifactId> <version>10.0.9</version> <