Skip to content

Commit

Permalink
Upgrade ScalarDL version to 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
supl committed Jan 6, 2023
1 parent e553c6f commit c58e0a0
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.4.4'
implementation group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: '3.4.5'
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 c58e0a0

Please sign in to comment.