fix scala version to 2.10.6 for s2counter_loader

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/dea96e68
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/dea96e68
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/dea96e68

Branch: refs/heads/feature/test_daewon
Commit: dea96e68f91b9862e69b60ce51e0e21ceef89eb7
Parents: b159a7f
Author: Jaesang Kim <[email protected]>
Authored: Mon Dec 21 14:31:08 2015 +0900
Committer: Jaesang Kim <[email protected]>
Committed: Mon Dec 21 14:31:08 2015 +0900

----------------------------------------------------------------------
 s2counter_loader/build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/dea96e68/s2counter_loader/build.sbt
----------------------------------------------------------------------
diff --git a/s2counter_loader/build.sbt b/s2counter_loader/build.sbt
index a79bc0b..d80c36c 100644
--- a/s2counter_loader/build.sbt
+++ b/s2counter_loader/build.sbt
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
   "com.google.guava" % "guava" % "16.0.1"
 )
 
-crossScalaVersions := Seq("2.10.6")
+scalaVersion := "2.10.6"
 
 fork := true
 

Reply via email to