Skip to content

Commit

Permalink
chore(release): prepare for v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoy-jon committed Apr 3, 2024
1 parent 0ec5549 commit bd6d096
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 @@ -50,7 +50,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.12.0"
libraryDependencies += "io.univalence" %% "zio-spark" % "0.13.0"
```

## Quickstart
Expand Down Expand Up @@ -137,7 +137,7 @@ scalaVersion := "3.2.1"

"dev.zio" %% "zio" % "2.0.5",
"dev.zio" % "zio-direct_3" % "1.0.0-RC1",
"io.univalence" %% "zio-spark" % "0.12.0",
"io.univalence" %% "zio-spark" % "0.13.0",
("org.apache.spark" %% "spark-sql" % "3.3.1" % Provided).cross(CrossVersion.for3Use2_13),
("org.apache.hadoop" % "hadoop-client" % "3.3.1" % Provided),
"dev.zio" %% "zio-test" % "2.0.5" % Test
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.12.0"
libraryDependencies += "io.univalence" %% "zio-spark" % "0.13.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 bd6d096

Please sign in to comment.