akka-http
akka-http copied to clipboard
Not possible to load project in IntelliJ 2023.2.1
[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.
Could workaround it by temporary commenting out .settings(Dependencies.http2Tests) in build.sbt and then loading the project in IntelliJ