Skip to content

Commit

Permalink
fix(deps): update dependency org.jacoco:org.jacoco.core to v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2023
1 parent 547791a commit ba4e7de
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 @@ -16,7 +16,7 @@ buildscript {
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}")
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
classpath("org.jacoco:org.jacoco.core:0.8.9")
classpath("org.jacoco:org.jacoco.core:0.8.10")
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
}
Expand Down

0 comments on commit ba4e7de

Please sign in to comment.