Skip to content

Commit c9fc9c5

Browse files
Merge pull request #2 from square/zachklipp/upgrade-workflow
Upgrade workflow dependencies to latest version.
2 parents 2ecfa22 + fd09920 commit c9fc9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Versions {
2222
const val compose = "0.1.0-dev10"
2323
const val kotlin = "1.3.71"
2424
const val targetSdk = 29
25-
const val workflow = "0.26.0"
25+
const val workflow = "0.28.0"
2626
}
2727

2828
@Suppress("unused")

0 commit comments

Comments
 (0)