Skip to content

Commit

Permalink
Updated version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Oct 27, 2023
1 parent f2ae943 commit 39b97a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies:
<dependency>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</dependency>

<!-- Shaded version with included dependencies -->
<dependency>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-shaded</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 39b97a8

Please sign in to comment.