Skip to content

Commit af32121

Browse files
committed
Prepare version 2.8.1
1 parent fd960cd commit af32121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ You’ll also need this Gradle dependency:
217217

218218
```kotlin
219219
dependencies {
220-
testImplementation("app.cash.burst:burst-coroutines:2.8.0")
220+
testImplementation("app.cash.burst:burst-coroutines:2.8.1")
221221
...
222222
}
223223
```
@@ -249,7 +249,7 @@ buildscript {
249249
mavenCentral()
250250
}
251251
dependencies {
252-
classpath("app.cash.burst:burst-gradle-plugin:2.8.0")
252+
classpath("app.cash.burst:burst-gradle-plugin:2.8.1")
253253
}
254254
}
255255
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
33
org.gradle.parallel=true
44

55
# 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
77

88
systemProp.org.gradle.internal.http.socketTimeout=120000

0 commit comments

Comments
 (0)