Skip to content

Commit

Permalink
Update ScalarDB dependency version to 3.14.0 in README (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Oct 16, 2024
1 parent 927651d commit dd4f9a6
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 @@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
implementation 'com.scalar-labs:scalardb:3.13.0'
implementation 'com.scalar-labs:scalardb:3.14.0'
}
```

Expand All @@ -19,7 +19,7 @@ To add a dependency using Maven:
<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>
```

Expand Down

0 comments on commit dd4f9a6

Please sign in to comment.