akka-http icon indicating copy to clipboard operation
akka-http copied to clipboard

Not possible to load project in IntelliJ 2023.2.1

Open johanandren opened this issue 2 years ago • 1 comments

[error] (akka-http2-support / update) sbt.librarymanagement.ResolveException: Error downloading io.github.summerwind:h2spec_darwin_amd64:1.5.0

We do some special trixery for that dependency (its a github download url, not available from any repo), seems support for that broke in IntelliJ, pretty sure it used to work with previous versions. Just sbt doesn't have any problems handling it.

johanandren avatar Aug 25 '23 08:08 johanandren

Could workaround it by temporary commenting out .settings(Dependencies.http2Tests) in build.sbt and then loading the project in IntelliJ

johanandren avatar Aug 25 '23 10:08 johanandren