aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-02-24 12:44:12 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-02-24 12:44:12 -0800
commitf282bc496062377ba17b6cf4fefc653ebe70b360 (patch)
treee2665ae0ea96c6c715ec5310a6c0ee0aae925983 /examples
parentdff53d1b94f718a7a1140e56c72238f03a61ce25 (diff)
downloadspark-f282bc496062377ba17b6cf4fefc653ebe70b360.tar.gz
spark-f282bc496062377ba17b6cf4fefc653ebe70b360.tar.bz2
spark-f282bc496062377ba17b6cf4fefc653ebe70b360.zip
Changed Algebird from 0.1.9 to 0.1.8
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 f6125444e2..7d975875fa 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.9</version>
+ <version>0.1.8</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>