Skip to content

Commit 6e6db6f

Browse files
authored
Merge pull request #23 from dbubenheim/renovate/com.willowtreeapps.assertk-assertk-0.x
fix(deps): update dependency com.willowtreeapps.assertk:assertk to v0.28.1
2 parents 70b3e54 + b8626a7 commit 6e6db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation(kotlin("test"))
1515
testImplementation(platform("org.junit:junit-bom:5.10.0"))
1616
testImplementation("org.junit.jupiter:junit-jupiter")
17-
testImplementation("com.willowtreeapps.assertk:assertk:0.26.1")
17+
testImplementation("com.willowtreeapps.assertk:assertk:0.28.1")
1818
}
1919

2020
kotlin {

0 commit comments

Comments
 (0)