when I compile sbt code(Reactive Messaging Patterns)
it went error in build.sbt of this line:
scalaSource in Compile <<= (baseDirectory in Compile)(_ / "src")
error msg is:
error: <<=
operator is removed. Use key := { x.value }
or key ~= (old => { newValue })
.
See http://www.scala-sbt.org/1.0/docs/Migrating-from-sbt-012x.html