mdedetrich opened a new pull request, #179: URL: https://github.com/apache/incubator-pekko-http/pull/179
This is necessary due to the fact that scala 2.12 was updated to 2.13.11 (sbt-scalafix is sensitive to patch versions of Scala compiler) Without this change you get this error when loading project in in Intellij ``` not found: https://repo1.maven.org/maven2/org/scalameta/semanticdb-scalac_2.13.11/4.6.0/semanticdb-scalac_2.13.11-4.6.0.pom not found: https://repository.apache.org/content/repositories/snapshots/org/scalameta/semanticdb-scalac_2.13.11/4.6.0/semanticdb-scalac_2.13.11-4.6.0.pom not found: https://oss.sonatype.org/service/local/repositories/releases/content/org/scalameta/semanticdb-scalac_2.13.11/4.6.0/semanticdb-scalac_2.13.11-4.6.0.pom not found: https://s01.oss.sonatype.org/content/repositories/releases/org/scalameta/semanticdb-scalac_2.13.11/4.6.0/semanticdb-scalac_2.13.11-4.6.0.pom not found: https://jcenter.bintray.com/org/scalameta/semanticdb-scalac_2.13.11/4.6.0/semanticdb-scalac_2.13.11-4.6.0.pom not found: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scalameta/semanticdb-scalac_2.13.11/4.6.0/ivys/ivy.xml not found: https://repo.typesafe.com/typesafe/ivy-releases/org.scalameta/semanticdb-scalac_2.13.11/4.6.0/ivys/ivy.xml ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
