Skip to content

Commit 15a3a3d

Browse files
Update dependency io.strikt:strikt-core to v0.35.1
1 parent 8c6cbce commit 15a3a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
testImplementation(platform("org.junit:junit-bom:5.10.2"))
1515
testImplementation("org.junit.jupiter:junit-jupiter")
16-
testImplementation("io.strikt:strikt-core:0.34.1")
16+
testImplementation("io.strikt:strikt-core:0.35.1")
1717
}
1818

1919
tasks.test {

0 commit comments

Comments
 (0)