Skip to content

Commit

Permalink
Prepare release 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Jul 22, 2015
1 parent 6c9353b commit 21c0b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ This project has been published to the Maven Central Repository.
For SBT to download the connector binaries, sources and javadoc, put this in your project
SBT config:

libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.3"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.4"

If you want to access the functionality of Connector from Java, you may want to add also a Java API module:

libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.3"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.4"

## Building
See [Building And Artifacts](doc/12_building_and_artifacts.md)
Expand Down

0 comments on commit 21c0b98

Please sign in to comment.