aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 39cc47c709..0537404040 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>algebird-core_2.9.2</artifactId>
- <version>0.1.8</version>
+ <version>0.1.11</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>