We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ec55a commit a1aa20eCopy full SHA for a1aa20e
build.sbt
@@ -10,7 +10,7 @@ spName := "RedisLabs/spark-redis"
10
description := "A library for reading and writing data from and to Redis with Apache Spark, for Spark SQL and DataFrames."
11
12
// Don't forget to set the version
13
-version := "0.3.1"
+version := "0.3.2"
14
15
homepage := Some(url("https://github.com/RedisLabs/spark-redis"))
16
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.redislabs</groupId>
5
<artifactId>spark-redis</artifactId>
6
- <version>0.3.1</version>
+ <version>0.3.2</version>
7
<name>Spark-Redis</name>
8
<description>A Spark library for Redis</description>
9
<url>http://github.com/RedisLabs/spark-redis</url>
0 commit comments