Changed Algebird from 0.1.9 to 0.1.8

This commit is contained in:
Tathagata Das 2013-02-24 12:44:12 -08:00
parent dff53d1b94
commit f282bc4960
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -155,7 +155,7 @@ object SparkBuild extends Build {
def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples",
libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.9")
libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.8")
)
def bagelSettings = sharedSettings ++ Seq(name := "spark-bagel")