diff --git a/README.md b/README.md index 3f9b0c8..e8ef18c 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ You can link against this library for Maven in your program at the following coo io.tarantool spark-tarantool-connector - 0.5.3 + 0.6.0 ``` or for `sbt`: ``` -libraryDependencies += "io.tarantool" %% "spark-tarantool-connector" % "0.5.3" +libraryDependencies += "io.tarantool" %% "spark-tarantool-connector" % "0.6.0" ``` ## Version Compatibility @@ -32,7 +32,8 @@ libraryDependencies += "io.tarantool" %% "spark-tarantool-connector" % "0.5.3" | Connector | Scala | Apache Spark | Tarantool Server | Tarantool Cartridge Driver | | --------- | ------- |--------------| ---------------- |----------------------------| | 0.x.x | 2.11.12 | 2.4 | 1.10.9+, 2.4+ | 0.10.1+ | -| 0.x.x | 2.12.14 | 2.4 | 1.10.9+, 2.4+ | 0.10.1+ | +| 0.x.x | 2.12.16 | 3.2 | 1.10.9+, 2.4+ | 0.10.1+ | +| 0.x.x | 2.13.10 | 3.2 | 1.10.9+, 2.4+ | 0.10.1+ | ## Getting Started