aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2014-04-25 11:12:41 -0700
committerMatei Zaharia <matei@databricks.com>2014-04-25 11:12:41 -0700
commita24d918c71f6ac4adbe3ae363ef69f4658118938 (patch)
treeedfdceb390784baaf8ef9277fef66676e082b418 /pom.xml
parentdc3b640a0ab3501b678b591be3e99fbcf3badbec (diff)
downloadspark-a24d918c71f6ac4adbe3ae363ef69f4658118938.tar.gz
spark-a24d918c71f6ac4adbe3ae363ef69f4658118938.tar.bz2
spark-a24d918c71f6ac4adbe3ae363ef69f4658118938.zip
SPARK-1621 Upgrade Chill to 0.3.6
It registers more Scala classes, including things like Ranges that we had to register manually before. See https://github.com/twitter/chill/releases for Chill's change log. Author: Matei Zaharia <matei@databricks.com> Closes #543 from mateiz/chill-0.3.6 and squashes the following commits: a1dc5e0 [Matei Zaharia] Upgrade Chill to 0.3.6 and remove our special registration of Ranges
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e292775c62..e911799825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<parquet.version>1.3.2</parquet.version>
<jblas.version>1.2.3</jblas.version>
<jetty.version>8.1.14.v20131031</jetty.version>
- <chill.version>0.3.1</chill.version>
+ <chill.version>0.3.6</chill.version>
<codahale.metrics.version>3.0.0</codahale.metrics.version>
<PermGen>64m</PermGen>