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

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

    Two steps only

    1. Update the certificates using

      $ update-ca-certificates -f
      
    2. Enter

      $ sbt  
      

    It will fetch the requisite files, if connected to internet.

提交回复
热议问题