Skip to content

Commit

Permalink
Upgrade ScalarDL to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmt committed Aug 28, 2024
1 parent 2397539 commit 9678567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: '3.8.1'
implementation group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: '3.8.2'
testImplementation group: 'junit', name: 'junit', version: "4.12"
testImplementation group: 'org.assertj', name: 'assertj-core', version: "3.9.1"
testImplementation group: 'org.mockito', name: 'mockito-core', version: "2.16.0"
Expand Down

0 comments on commit 9678567

Please sign in to comment.