You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is an explicit dependency on "com.typesafe.akka:akka-stream_2.13:2.6.20" for Scala 3 in build.sbt. This dependency transitively includes the 2.13 Versions of the following dependencies as well:
com.typesafe.akka:akka-protobuf-v3
com.typesafe.akka:akka-actor
com.typesafe.akka:akka-stream
org.scala-lang.modules:scala-java8-compat
This makes it impossible to use ws-client or any of its dependents like openai-scala-client in projects where one of mentioned transitive dependencies is used in the Scala 3 Version, e.g. akka-stream.
Is there a reason why ws-client can't upgrade to newer versions of akka-stream with Scala 3 support?
The text was updated successfully, but these errors were encountered:
Ok looks good! Thanx for taking care of it. The only question is whether the akka-stream version you set is compatible with play-ahc-ws-standalone and play-ws-standalone-json libs (and with akka-http used for streaming)?
Currently, there is an explicit dependency on
"com.typesafe.akka:akka-stream_2.13:2.6.20"
for Scala 3 inbuild.sbt
. This dependency transitively includes the 2.13 Versions of the following dependencies as well:com.typesafe.akka:akka-protobuf-v3
com.typesafe.akka:akka-actor
com.typesafe.akka:akka-stream
org.scala-lang.modules:scala-java8-compat
This makes it impossible to use
ws-client
or any of its dependents likeopenai-scala-client
in projects where one of mentioned transitive dependencies is used in the Scala 3 Version, e.g.akka-stream
.Is there a reason why
ws-client
can't upgrade to newer versions ofakka-stream
with Scala 3 support?The text was updated successfully, but these errors were encountered: