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

前端 未结 4 1099
醉话见心
醉话见心 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:23

    Try using 0.13.1.

    Put the following in project/build.properties:

    sbt.version=0.13.1
    

    You will probably need the 0.13 sbt launcher as well. See sbt Getting-Started - Setup

提交回复
热议问题