Skip to content

Commit 3968091

Browse files
chore(deps): update dependency jacoco to v0.8.11 (petertrr#89)
1 parent ea0e1b3 commit 3968091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/github/petertrr/jacoco-convention.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlin {
1818

1919
// configure Jacoco-based code coverage reports for JVM tests executions
2020
jacoco {
21-
toolVersion = "0.8.10"
21+
toolVersion = "0.8.11"
2222
}
2323
val jvmTestTask by tasks.named<Test>("jvmTest") {
2424
configure<JacocoTaskExtension> {

0 commit comments

Comments
 (0)