Skip to content

Commit c3c44ba

Browse files
committed
update README with latest release version
1 parent 87caaff commit c3c44ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://isarn.github.io/isarn-sketches-spark/latest/api/#org.isarnproject.sketch
99
``` scala
1010
// Note that the version of spark is part of the release name.
1111
// This example is for spark 3.0:
12-
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.5.1-sp3.0"
12+
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.5.2-sp3.0"
1313

1414
// This package builds against some `% Provided` Apache Spark dependencies:
1515
libraryDependencies += "org.apache.spark" %% "spark-core" % sparkVersion
@@ -37,7 +37,7 @@ If you are interested in a spark/scala build that is not listed above, please co
3737
Several Spark CLI tools accept the `--packages` argument, including spark-shell and pyspark.
3838
Following is an example using `spark-shell`:
3939
```bash
40-
$ spark-shell --packages "org.isarnproject:isarn-sketches-spark_2.12:0.5.1-sp3.0"
40+
$ spark-shell --packages "org.isarnproject:isarn-sketches-spark_2.12:0.5.2-sp3.0"
4141
```
4242
Note that you need to explicitly include the scala version as part of the package name.
4343

0 commit comments

Comments
 (0)