File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ You’ll also need this Gradle dependency:
217
217
218
218
``` kotlin
219
219
dependencies {
220
- testImplementation(" app.cash.burst:burst-coroutines:2.8.0 " )
220
+ testImplementation(" app.cash.burst:burst-coroutines:2.8.1 " )
221
221
.. .
222
222
}
223
223
```
@@ -249,7 +249,7 @@ buildscript {
249
249
mavenCentral()
250
250
}
251
251
dependencies {
252
- classpath(" app.cash.burst:burst-gradle-plugin:2.8.0 " )
252
+ classpath(" app.cash.burst:burst-gradle-plugin:2.8.1 " )
253
253
}
254
254
}
255
255
```
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
3
3
org.gradle.parallel =true
4
4
5
5
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
6
- VERSION_NAME =2.9.0-SNAPSHOT
6
+ VERSION_NAME =2.8.1
7
7
8
8
systemProp.org.gradle.internal.http.socketTimeout =120000
You can’t perform that action at this time.
0 commit comments