Skip to content

Commit

Permalink
Minor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashetkar committed Jul 16, 2024
1 parent f4e07f3 commit 5f9243d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please refer to the [Use the Driver](#Use the Driver) section for examples.

### From Maven

Either add the following lines to your maven project in pom.xml file.
Either add the following lines to your maven project in pom.xml file (Use the latest version available),
```
<dependency>
<groupId>com.yugabyte</groupId>
Expand Down Expand Up @@ -63,13 +63,13 @@ or you can visit to this link for the latest version of dependency: https://sear
./gradlew publishToMavenLocal -x test -x checkstyleMain
```

3. Finally, use it by adding the lines below to your project.
3. Finally, use it by adding the lines below to your project. (Use the latest version available)

```xml
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>jdbc-yugabytedb</artifactId>
<version>42.3.0</version>
<version>42.3.5-yb-6</version>
</dependency>
```
> **Note:** You need to have installed 2.7.2.0-b0 or above version of YugabyteDB on your system for load balancing to work.
Expand Down

0 comments on commit 5f9243d

Please sign in to comment.