Skip to content

Commit

Permalink
Upgrade the version to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jul 3, 2024
1 parent e5fd7e8 commit 9d1cef1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.11.2'
implementation 'com.scalar-labs:scalardb:3.11.3'
}
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply plugin: 'com.diffplug.spotless'
apply plugin: 'com.scalar.db.jdk-configuration'

project.version = '3.11.3-SNAPSHOT'
project.version = '3.11.3'

ext {
guiceVersion = '5.1.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("com.scalar-labs", "scalardb", "3.11.2")
implementation("com.scalar-labs", "scalardb", "3.11.3")
testImplementation(kotlin("test"))
}

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application {
}

dependencies {
implementation 'com.scalar-labs:scalardb:3.11.2'
implementation 'com.scalar-labs:scalardb:3.11.3'
implementation 'org.slf4j:slf4j-simple:1.7.30'
}

Expand Down

0 comments on commit 9d1cef1

Please sign in to comment.