diff --git a/project/Util.scala b/project/Util.scala index 3ce6cb326..4d8419e36 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -14,8 +14,8 @@ object Util { def crossBuild: Seq[Setting[_]] = Seq( crossPaths := (scalaBinaryVersion.value match { - case "2.11" => true - case _ => false + case "2.10" => false + case _ => true }) )