Skip to content

Commit dabc703

Browse files
committed
Updated Pyrolite dependency to be Java 6 compatible
1 parent 3a390bf commit dabc703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ object SparkBuild extends Build {
344344
"com.twitter" % "chill-java" % chillVersion excludeAll(excludeAsm),
345345
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
346346
"com.clearspring.analytics" % "stream" % "2.5.1" excludeAll(excludeFastutil),
347-
"org.spark-project" % "pyrolite" % "2.0"
347+
"org.spark-project" % "pyrolite" % "2.0.1"
348348
),
349349
libraryDependencies ++= maybeAvro
350350
)

0 commit comments

Comments
 (0)