Skip to content

Commit

Permalink
Upgrade ScalarDL to 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmt committed Oct 31, 2024
1 parent 0d3f7e9 commit cbeb1b3
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.9.2'
implementation group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: '3.9.3'
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 cbeb1b3

Please sign in to comment.