Skip to content

Commit

Permalink
Upgrade the version to 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Mar 29, 2024
1 parent 057b9d0 commit 92c58db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 ScalarDB using Gradle, use the following:
```gradle
dependencies {
implementation 'com.scalar-labs:scalardb:3.8.5'
implementation 'com.scalar-labs:scalardb:3.8.6'
}
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java-library-distribution'
apply plugin: 'com.diffplug.spotless'

project.version = '3.8.6-SNAPSHOT'
project.version = '3.8.6'

ext {
guiceVersion = '5.0.1'
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.10.1")
implementation("com.scalar-labs", "scalardb", "3.8.6")
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 @@ -9,7 +9,7 @@ repositories {
mainClassName = "sample.ElectronicMoneyMain"

dependencies {
implementation 'com.scalar-labs:scalardb:3.8.5'
implementation 'com.scalar-labs:scalardb:3.8.6'
}

sourceCompatibility = 1.8
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 ScalarDB using Gradle, use the following:
```gradle
dependencies {
implementation 'com.scalar-labs:scalardb:3.8.5'
implementation 'com.scalar-labs:scalardb:3.8.6'
}
```

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

Expand Down

0 comments on commit 92c58db

Please sign in to comment.