File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
publish-snapshot :
11
11
runs-on : macos-latest
12
12
if : github.repository == 'square/workflow-kotlin'
13
- timeout-minutes : 45
13
+ timeout-minutes : 90
14
14
15
15
steps :
16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ com.squareup.moshi:moshi:1.15.2
85
85
com.squareup.okhttp3:okhttp:4.12.0
86
86
com.squareup.okio:okio-jvm:3.7.0
87
87
com.squareup.okio:okio:3.7.0
88
- com.squareup.retrofit2:converter-moshi:2.11 .0
89
- com.squareup.retrofit2:converter-scalars:2.11 .0
90
- com.squareup.retrofit2:retrofit:2.11 .0
88
+ com.squareup.retrofit2:converter-moshi:3.0 .0
89
+ com.squareup.retrofit2:converter-scalars:3.0 .0
90
+ com.squareup.retrofit2:retrofit:3.0 .0
91
91
com.squareup:javapoet:1.10.0
92
92
com.squareup:javawriter:2.5.0
93
93
com.sun.activation:javax.activation:1.2.0
94
94
com.sun.istack:istack-commons-runtime:3.0.8
95
95
com.sun.xml.fastinfoset:FastInfoset:1.2.16
96
- com.vanniktech:central-portal:0.32 .0
97
- com.vanniktech:gradle-maven-publish-plugin:0.32 .0
98
- com.vanniktech:nexus:0.32 .0
96
+ com.vanniktech:central-portal:0.33 .0
97
+ com.vanniktech:gradle-maven-publish-plugin:0.33 .0
98
+ com.vanniktech:nexus:0.33 .0
99
99
commons-codec:commons-codec:1.11
100
100
commons-io:commons-io:2.13.0
101
101
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.21.0-SNAPSHOT
11
+ VERSION_NAME =1.21.0-DEA2- SNAPSHOT
12
12
13
13
POM_DESCRIPTION =Square Workflow
14
14
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ squareup-workflow = "1.0.0"
94
94
timber = " 5.0.1"
95
95
truth = " 1.4.4"
96
96
turbine = " 1.0.0"
97
- vanniktech-publish = " 0.32 .0"
97
+ vanniktech-publish = " 0.33 .0"
98
98
99
99
[plugins ]
100
100
You can’t perform that action at this time.
0 commit comments