Unresolved dependency SBT 0.13.0 after update

前端 未结 3 1140
梦毁少年i
梦毁少年i 2020-12-05 03:18

Update SBT to 0.13.0:

I have a couple of projects written with Scala 2.10.2 and build with sbt 0.12.4. As my OS is Ubuntu I used the SBT.deb package for installati

3条回答
  •  情歌与酒
    2020-12-05 03:49

    I had a similar error message when my version of Java on OSX was 1.6. Updating to 1.8 fixed this issue for me.

提交回复
热议问题