Skip to content

Commit

Permalink
chore(release): prepare for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandoamaral committed May 4, 2022
1 parent 6babe34 commit 182eb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ https://calendly.com/zio-spark/help
If you want to get the very last version of this library you can still download it using:

```scala
libraryDependencies += "io.univalence" %% "zio-spark" % "0.6.0"
libraryDependencies += "io.univalence" %% "zio-spark" % "0.7.0"
```

### Snapshots
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ zio-spark is, for the moment, composed by only one core library regrouping the s
If you are using sbt, just add the following line to your `build.sbt`:

```scala
libraryDependencies += "io.univalence" %% "zio-spark" % "0.6.0"
libraryDependencies += "io.univalence" %% "zio-spark" % "0.7.0"
```

Spark version is provided. It means that you have to provide your own Spark version (as you would usually).
Expand Down

0 comments on commit 182eb27

Please sign in to comment.