Skip to content
Snippets Groups Projects
Commit 0f54344f authored by Nick Pentreath's avatar Nick Pentreath
Browse files

Bumping Algebird version in examples now that it supports JDK 1.6

parent b8949cab
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>algebird-core_2.9.2</artifactId> <artifactId>algebird-core_2.9.2</artifactId>
<version>0.1.8</version> <version>0.1.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.scalatest</groupId> <groupId>org.scalatest</groupId>
......
...@@ -157,7 +157,7 @@ object SparkBuild extends Build { ...@@ -157,7 +157,7 @@ object SparkBuild extends Build {
def examplesSettings = sharedSettings ++ Seq( def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples", 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") 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