File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
# macos-latest is too slow. -14 will become latest in Q2 '24
9
9
runs-on : macos-14
10
10
if : github.repository == 'square/workflow-kotlin'
11
- timeout-minutes : 35
11
+ timeout-minutes : 45
12
12
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ com.squareup:javawriter:2.5.0
89
89
com.sun.activation:javax.activation:1.2.0
90
90
com.sun.istack:istack-commons-runtime:3.0.8
91
91
com.sun.xml.fastinfoset:FastInfoset:1.2.16
92
- com.vanniktech:central-portal:0.31 .0
93
- com.vanniktech:gradle-maven-publish-plugin:0.31 .0
94
- com.vanniktech:nexus:0.31 .0
92
+ com.vanniktech:central-portal:0.32 .0
93
+ com.vanniktech:gradle-maven-publish-plugin:0.32 .0
94
+ com.vanniktech:nexus:0.32 .0
95
95
commons-codec:commons-codec:1.11
96
96
commons-io:commons-io:2.13.0
97
97
commons-logging:commons-logging:1.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android.useAndroidX=true
8
8
systemProp.org.gradle.internal.publish.checksums.insecure =true
9
9
10
10
GROUP =com.squareup.workflow1
11
- VERSION_NAME =1.19 .0-SNAPSHOT
11
+ VERSION_NAME =1.20 .0-SNAPSHOT
12
12
13
13
POM_DESCRIPTION =Square Workflow
14
14
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ squareup-workflow = "1.0.0"
88
88
timber = " 5.0.1"
89
89
truth = " 1.4.4"
90
90
turbine = " 1.0.0"
91
- vanniktech-publish = " 0.31 .0"
91
+ vanniktech-publish = " 0.32 .0"
92
92
93
93
[plugins ]
94
94
You can’t perform that action at this time.
0 commit comments