Skip to content

Commit

Permalink
Merge pull request #206 from compscidr/renovate/jacoco-0.x
Browse files Browse the repository at this point in the history
Update dependency jacoco to v0.8.12
  • Loading branch information
compscidr committed Apr 3, 2024
2 parents b57e852 + f0885d6 commit 50f9b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ configurations.testImplementation {
}

jacoco {
toolVersion = '0.8.11'
toolVersion = '0.8.12'
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}

jacoco {
toolVersion = "0.8.11"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand Down

0 comments on commit 50f9b86

Please sign in to comment.