1. 程式人生 > >idea 使用sbt構建工程時錯誤unresolved dependency: org.scala-sbt#sbt;0.13.8: not found

idea 使用sbt構建工程時錯誤unresolved dependency: org.scala-sbt#sbt;0.13.8: not found

1.出現場景:在idea中使用sbt構建工程時,使用預設的sbt版本為0.13.8,而我本地安裝的sbt版本是0.13.7,所以在倉庫中找不到對應的0.13.8包

2.解決:在project中的build.properties中把版本號改成本地安裝的版本即可,然後在idea工具欄/Build/make project重新重構一下專案