Skip to content

Commit

Permalink
Updated temporal to v1 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfateev authored Sep 30, 2020
1 parent 6f067ba commit 74e3146
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 @@ -30,7 +30,7 @@ repositories {
}

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

Expand Down

0 comments on commit 74e3146

Please sign in to comment.