<#20156 BSP failure when downlading Scala 3 artifa...
# github-notifications
c
#20156 BSP failure when downlading Scala 3 artifacts Issue created by alonsodomin Describe the bug When using Scala 3 and launching the BSP, IntelliJ fails to resolve and download Scala 3 artifacts with following error message:
Copy code
Resolution error: Error downloading org.scala-lang:scala-compiler:3.3.1
  not found: <https://maven-central.storage-download.googleapis.com/maven2/org/scala-lang/scala-compiler/3.3.1/scala-compiler-3.3.1.pom>
  not found: <https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/3.3.1/scala-compiler-3.3.1.pom>
Error downloading org.scala-lang:scala-library:3.3.1
  not found: <https://maven-central.storage-download.googleapis.com/maven2/org/scala-lang/scala-library/3.3.1/scala-library-3.3.1.pom>
  not found: <https://repo1.maven.org/maven2/org/scala-lang/scala-library/3.3.1/scala-library-3.3.1.pom>
This is down to referencing the wrong Scala 3 artifacts, as for Scala 3, the right artifact names are
scala3-library_3
and
scala3-compiler_3
. Pants version 2.18.0rc5 OS both Additional info N/A pantsbuild/pants