Skip to content
Prev Previous commit
Next Next commit
Merge branch 'develop' into version-update
  • Loading branch information
mfateev committed Jul 3, 2020
commit 8a0ee2a081b7d92e9ddcf42456f9224c6016e3ab
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.26.0'
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.26.0-SNAPSHOT'
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.