How to attach sources to SBT managed dependencies in Scala IDE?

前端 未结 5 1060
执念已碎
执念已碎 2020-12-30 23:02

I\'m using Scala IDE 2.0.1 and SBT 0.11.2 to start with Akka 2.0.1. My build.sbt looks like this:

name := \"akka\"

version := \"0.1\"

scalaVersion := \"2.9         


        
5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 23:41

    Well, I have given up on this and returned to NetBeans 7.1.2 + Scala plugin + Maven. This combination is much better integrated and works out of the box without tinkering.

提交回复
热议问题