Skip to content

Commit

Permalink
chore: bump jacoco to 0.8.10 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Aug 18, 2023
1 parent 4de6aa2 commit abdc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
}

extensions.configure(JacocoPluginExtension::class.java) {
toolVersion = "0.8.8"
toolVersion = "0.8.10"
}

java {
Expand Down

0 comments on commit abdc420

Please sign in to comment.