fix compile error

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

Branch: refs/heads/feature/test_daewon
Commit: b1dc979e4623e6fefe7d095eb0e53ada9e130c1f
Parents: f92596f
Author: Jaesang Kim <[email protected]>
Authored: Wed Dec 23 14:55:15 2015 +0900
Committer: Jaesang Kim <[email protected]>
Committed: Wed Dec 23 14:55:15 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/b1dc979e/s2counter_loader/build.sbt
----------------------------------------------------------------------
diff --git a/s2counter_loader/build.sbt b/s2counter_loader/build.sbt
index d80c36c..a79bc0b 100644
--- a/s2counter_loader/build.sbt
+++ b/s2counter_loader/build.sbt
@@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
   "com.google.guava" % "guava" % "16.0.1"
 )
 
-scalaVersion := "2.10.6"
+crossScalaVersions := Seq("2.10.6")
 
 fork := true
 

Reply via email to