From 6fe0eb01a016634025794e0d9b5294d8340b7a32 Mon Sep 17 00:00:00 2001 From: dylandoamaral Date: Fri, 6 Jan 2023 16:29:14 +0100 Subject: [PATCH] chore(release): prepare for v0.11.5 --- README.md | 4 ++-- docs/getting-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0030a7c3..988e3877 100644 --- a/README.md +++ b/README.md @@ -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.11.4" +libraryDependencies += "io.univalence" %% "zio-spark" % "0.11.5" ``` ## Quickstart @@ -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.11.4", +"io.univalence" %% "zio-spark" % "0.11.5", ("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 diff --git a/docs/getting-started.md b/docs/getting-started.md index d2fa7b7f..61d5bd8d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.11.4" +libraryDependencies += "io.univalence" %% "zio-spark" % "0.11.5" ``` Spark version is provided. It means that you have to provide your own Spark version (as you would usually).