Skip to content

Instantly share code, notes, and snippets.

@ennru
Created October 11, 2019 20:03
Show Gist options
  • Save ennru/42f2cb4676249de22120345176981764 to your computer and use it in GitHub Desktop.
Save ennru/42f2cb4676249de22120345176981764 to your computer and use it in GitHub Desktop.
Akka warning from sbt-web
sbt.version=1.2.8
lazy val docs = project.enablePlugins(SbtWeb)
addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.4")
[WARN] [10/11/2019 22:00:33.330] [main] [ManifestInfo(akka://sbt-web)] Detected possible incompatible versions on the classpath. Please note that a given Akka version MUST be the same across all modules of Akka that you are using, e.g. if you use [2.5.19] all other modules that are released together MUST be of the same version. Make sure you're using a compatible set of libraries. Possibly conflicting versions [2.5.16, 2.5.19] in libraries [akka-persistence:2.5.16, akka-cluster-sharding:2.5.16, akka-protobuf:2.5.19, akka-persistence-query:2.5.16, akka-actor:2.5.19, akka-slf4j:2.5.19, akka-remote:2.5.16, akka-cluster:2.5.16, akka-distributed-data:2.5.16, akka-stream:2.5.19, akka-cluster-tools:2.5.16]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment