Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akudiyar committed Apr 15, 2023
1 parent 509c4d3 commit 3cb855b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@ You can link against this library for Maven in your program at the following coo
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>spark-tarantool-connector</artifactId>
<version>0.5.3</version>
<version>0.6.0</version>
</dependency>
```

or for `sbt`:

```
libraryDependencies += "io.tarantool" %% "spark-tarantool-connector" % "0.5.3"
libraryDependencies += "io.tarantool" %% "spark-tarantool-connector" % "0.6.0"
```

## Version Compatibility

| 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

Expand Down

0 comments on commit 3cb855b

Please sign in to comment.