Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Feb 28, 2021
1 parent 00cd2bd commit fd5c940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ Code quality: [![Codacy Badge](https://api.codacy.com/project/badge/Grade/cf2c06
Fetch the JAR file from Maven.

```scala
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "0.38.2"
// Spark 3
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "1.0.0"

// Spark 2
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "0.39.0"
```

You can find the spark-daria [Scala 2.11 versions here](https://repo1.maven.org/maven2/com/github/mrpowers/spark-daria_2.11/) and the [Scala 2.12 versions here](https://repo1.maven.org/maven2/com/github/mrpowers/spark-daria_2.12/). The [legacy versions are here](https://mvnrepository.com/artifact/mrpowers/spark-daria?repo=spark-packages).

You should generally use Scala 2.11 with Spark 2 and Scala 2.12 with Spark 3.

## Writing Beautiful Spark Code

Reading [Beautiful Spark Code](https://leanpub.com/beautiful-spark/) is the best way to learn how to build Spark projects and leverage spark-daria.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scalafmtOnCompile in Compile := true
organization := "com.github.mrpowers"
name := "spark-daria"

version := "0.39.0"
version := "1.0.0"
crossScalaVersions := Seq("2.12.12")
scalaVersion := "2.12.12"
val sparkVersion = "3.0.1"
Expand Down

0 comments on commit fd5c940

Please sign in to comment.