Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] underscore import for a single $ivy dependncy fails (exact import works) #1362

Open
hochgi opened this issue Jul 11, 2023 · 0 comments

Comments

@hochgi
Copy link

hochgi commented Jul 11, 2023

$ amm
Loading...
Welcome to the Ammonite Repl 2.5.4-26-9cd15abe (Scala 2.13.8 Java 11)
@ import $ivy.`com.typesafe.akka::akka-http-core:10.2.10` 
import $ivy.$                                          

@ import akka.http.scaladsl.model.Uri 
import akka.http.scaladsl.model.Uri

@ import akka.http.scaladsl.model._ 
cmd1.sc:10: Symbol 'term akka.stream.scaladsl' is missing from the classpath.
This symbol is required by 'class akka.http.scaladsl.model.SslSessionInfo'.
Make sure that term scaladsl is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'SslSessionInfo.class' was compiled against an incompatible version of akka.stream.
  override def toString = "cmd1"
               ^
Compilation Failed

Screenshot from 2023-07-11 10-59-23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant