From 462ee042ad2ffeb25713b2bd27fc179148acef71 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 25 Oct 2016 13:37:48 -0400 Subject: [PATCH] Cross publishing to 2.12 --- project/Util.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Util.scala b/project/Util.scala index b84f7f099..65fbca842 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -13,8 +13,8 @@ object Util { def crossBuild: Seq[Setting[_]] = Seq( crossPaths := (scalaBinaryVersion.value match { - case "2.11" => true - case _ => false + case "2.10" => false + case _ => true }) )