mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
missing(?) imports, fix emacs syntax highlighting
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.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
package xsbt.api
|
||||
|
||||
import scala.util
|
||||
import xsbti.api._
|
||||
import util.MurmurHash
|
||||
import TagTypeVariables.TypeVars
|
||||
|
||||
Reference in New Issue
Block a user