def withCross()

in build.sbt [4:8]


def withCross(dep: ModuleID) =
  dep cross CrossVersion.binaryMapped {
    case ver if ver startsWith "2.10" => "2.10" // TODO: hack because sbt is broken
    case x => x
  }