Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated temporal-sdk version to 0.25.0
  • Loading branch information
mfateev committed Jun 27, 2020
commit 497b5151d8cf5ab86447f490cdf04869f1f36445
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

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

Expand Down