Skip to content

Commit da70746

Browse files
Update 0_quick_start.md
1 parent c35c01d commit da70746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/0_quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Configure a new Scala project with the Apache Spark and dependency.
1515

1616
The dependencies are easily retrieved via Maven Central
1717

18-
libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector" % "2.4.2-s_2.11"
18+
libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector_2.11" % "2.4.2"
1919

2020
The spark-packages libraries can also be used with spark-submit and spark shell, these
2121
commands will place the connector and all of its dependencies on the path of the

0 commit comments

Comments
 (0)