Skip to content

Commit 5dd370f

Browse files
committed
Fixes source directory and dependencies
1 parent bb01dcc commit 5dd370f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Your sbt build file. Guides on how to write one can be found at
22
// http://www.scala-sbt.org/0.13/docs/index.html
33

4+
scalaSource in Compile := baseDirectory.value / "src"
5+
46
scalaVersion := "2.10.4"
57

68
sparkVersion := "1.4.0"
@@ -26,6 +28,8 @@ organizationHomepage := Some(url("https://redislabs.com"))
2628
// Add Spark components this package depends on, e.g, "mllib", ....
2729
// sparkComponents ++= Seq("sql", "mllib")
2830

31+
libraryDependencies ++= Seq( "redis.clients" % "jedis" % "2.7.2")
32+
2933
// uncomment and change the value below to change the directory where your zip artifact will be created
3034
// spDistDirectory := target.value
3135

0 commit comments

Comments
 (0)