Binh Bui

Results 1 issues of Binh Bui

As covered by previous issue: https://github.com/sbt/sbt/issues/335 Using SBT 0.13+ and Git dependencies: ``` scala val project = RootProject(uri("git://github.com/....")) val root = Project("root", file(".")) dependsOn(project) ``` The project is checked into...

Enhancement