Unresolved dependency: org.scala-sbt#sbt;0.13: not found when running sbt 0.13?

前端 未结 4 1098
醉话见心
醉话见心 2021-02-07 11:40

I have a Scala project consisting of a few ones. I decided to start using sbt 0.13. Here is ~/sbt/repositories:

[repositories]
  local
         


        
4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 12:16

    It looks like you are experiencing version mismatch issue.

    If you have modified your project/build.properties to include sbt.version=0.13.0, it could mean that you are using wrong launcher.

    Try running

    sbt sbt-version
    

    and check if the version matches your sbt version in project/build.properties.

提交回复
热议问题