mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
While trying to build sbt without sbt, I got compile errors claiming that util.Random would not be a member of util. The added import statements fixed this. The inserted spaces in the comments in project/Sbt.scala are a work around in a bug in emacs scala syntax highlighting.