After adding sbt dependencies (tried both % & %% ) I got:
sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets_2.11;6.8.1: not found
or (% case)
sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets;6.8.1: not found
Hello,
After adding sbt dependencies (tried both % & %% ) I got: sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets_2.11;6.8.1: not found or (% case) sbt.ResolveException: unresolved dependency: com.github.sprsquish#finagle-websockets;6.8.1: not found
I've added in
build.sbt
:Forcing version to:
sbt resolves the dependency, but still got the error:
Is it my only solution to move all other conflicting modules to 2.9.x ? Any hints on how to make it build? Any help appreciated