Skip to content

Commit

Permalink
Update the Scalar DB version of the dependency in README (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Feb 14, 2022
1 parent 4e209c2 commit c1509d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on Scalar DB using Gradle, use the following:
```gradle
dependencies {
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.1'
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.2'
}
```

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

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on Scalar DB using Gradle, use the following:
```gradle
dependencies {
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.1'
implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.4.2'
}
```

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

Expand Down

0 comments on commit c1509d7

Please sign in to comment.