【发布时间】:2020-10-04 17:20:03
【问题描述】:
我正在使用 sbt 源在 Intellij 版本 2018.1.3 中导入 scala Play 应用程序。但是项目在intellij中没有解决,
我收到此错误
[error] Error downloading org.jetbrains:sbt-idea-shell;sbtVersion=1.0;scalaVersion=2.12:2017.2
[error] Not found
[error] Not found
[error] not found: /Users/rhande/.ivy2/local/org.jetbrains/sbt-idea-shell/scala_2.12/sbt_1.0/2017.2/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/org/jetbrains/sbt-idea-shell_2.12_1.0/2017.2/sbt-idea-shell-2017.2.pom
有没有办法解决这个问题?
【问题讨论】:
-
更新到最新的idea和scala插件
-
我有完全相同的问题。我正在使用 IntelliJ IDEA 2020.1.2、sbt 1.3.13、scala 2.13.3
标签: scala intellij-idea dependencies sbt