Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jan 26, 2021
1 parent 2dcb37d commit 077cc62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://isarn.github.io/isarn-sketches-spark/latest/api/#org.isarnproject.sketch
``` scala
// Note that the version of spark is part of the release name.
// This example is for spark 3.0:
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.5.0-sp3.0"
libraryDependencies += "org.isarnproject" %% "isarn-sketches-spark" % "0.5.1-sp3.0"

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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name := "isarn-sketches-spark"

organization := "org.isarnproject"

val packageVersion = "0.5.0"
val packageVersion = "0.5.1"

val sparkVersion = "3.0.1"

Expand Down

0 comments on commit 077cc62

Please sign in to comment.