File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.0 rc 3
1
2
* Fix NPE when saving CassandraRows containing null values (#446)
2
3
3
4
1.1.0 rc 2
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ This project has been published to the Maven Central Repository.
25
25
For SBT to download the connector binaries, sources and javadoc, put this in your project
26
26
SBT config:
27
27
28
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.1.0-rc2 " withSources() withJavadoc()
28
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.1.0-rc3 " withSources() withJavadoc()
29
29
30
30
If you want to access the functionality of Connector from Java, you may want to add also a Java API module:
31
31
32
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.1.0-rc2 " withSources() withJavadoc()
32
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.1.0-rc3 " withSources() withJavadoc()
33
33
34
34
## Building
35
35
You can’t perform that action at this time.
0 commit comments