aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorNick Pentreath <nick.pentreath@gmail.com>2013-04-03 13:15:34 +0200
committerNick Pentreath <nick.pentreath@gmail.com>2013-04-03 13:15:34 +0200
commit0f54344fd858acb327174cc976a07038a3aadf24 (patch)
treedd0ad0bf89a507d917b59ea89c2895fcf0d2bccd /project
parentb8949cab889da4ba0f613a17b2eef52a32476410 (diff)
downloadspark-0f54344fd858acb327174cc976a07038a3aadf24.tar.gz
spark-0f54344fd858acb327174cc976a07038a3aadf24.tar.bz2
spark-0f54344fd858acb327174cc976a07038a3aadf24.zip
Bumping Algebird version in examples now that it supports JDK 1.6
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index d44bf3b5e3..082e2b985d 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -157,7 +157,7 @@ object SparkBuild extends Build {
def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples",
- libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.8")
+ libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.11")
)
def bagelSettings = sharedSettings ++ Seq(name := "spark-bagel")