Can't import scala.reflect.runtime.universe
I'd like to play around with reflection in scala (2.10.2) by following the example in this tutorial. things work fine when I start the sbt (version 0.13) and import scala.refelct.runtime.universe....