Skip to content
Snippets Groups Projects
Commit b362df39 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #552 from MLnick/master

Bumping version for Twitter Algebird to latest
parents 4b301902 0f54344f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment