We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb01dcc commit 5dd370fCopy full SHA for 5dd370f
build.sbt
@@ -1,6 +1,8 @@
1
// Your sbt build file. Guides on how to write one can be found at
2
// http://www.scala-sbt.org/0.13/docs/index.html
3
4
+scalaSource in Compile := baseDirectory.value / "src"
5
+
6
scalaVersion := "2.10.4"
7
8
sparkVersion := "1.4.0"
@@ -26,6 +28,8 @@ organizationHomepage := Some(url("https://redislabs.com"))
26
28
// Add Spark components this package depends on, e.g, "mllib", ....
27
29
// sparkComponents ++= Seq("sql", "mllib")
30
31
+libraryDependencies ++= Seq( "redis.clients" % "jedis" % "2.7.2")
32
33
// uncomment and change the value below to change the directory where your zip artifact will be created
34
// spDistDirectory := target.value
35
0 commit comments