Error when importing existing SBT project
When creating a new project, from an existing SBT project, I receive this error:
[info] Resolving org.jetbrains#sbt-structure;latest.integration ...
[warn] module not found: org.jetbrains#sbt-structure;latest.integration
[warn] ==== typesafe-ivy-releases: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/org.jetbrains/sbt-structure/scala_2.9.2/sbt_0.12/[revision]/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn] http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/org.jetbrains/sbt-structure/scala_2.9.2/sbt_0.12/[revision]/ivys/ivy.xml
[warn] ==== local: tried
[warn] /home/david/.ivy2/local/org.jetbrains/sbt-structure/scala_2.9.2/sbt_0.12/[revision]/ivys/ivy.xml
[warn] ==== sbt-releases: tried
[warn] http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org/jetbrains/sbt-structure_2.9.2_0.12/[revision]/sbt-structure-[revision].pom
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/org/jetbrains/sbt-structure_2.9.2_0.12/[revision]/sbt-structure-[revision].pomsbt.ResolveException: unresolved dependency: org.jetbrains#sbt-structure;latest.integration: not found
Of course, the module seems not to belong to the project, as I see the org.jetbrains.
I'm working with latest IDEA 13 and Scala plugins, under Linux.
Is this a bug?
Please sign in to leave a comment.
This is fixed. Please update Scala plugin.
Best regards,
Alexander Podkhalyuzin.
Thanks for your quick reaction. :)