Skip to content

Commit ba1e0d4

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ---------------------------------------- | ------ | ------ | | maven | org.jacoco:org.jacoco.core | 0.8.8 | 0.8.9 | | maven | dev.drewhamilton.poko:poko-gradle-plugin | 0.12.0 | 0.13.0 |
1 parent a2b1738 commit ba1e0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ buildscript {
1717
classpath("com.android.tools.build:gradle:7.4.2")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1919
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.17.0")
20-
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.12.0")
21-
classpath("org.jacoco:org.jacoco.core:0.8.8")
20+
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.13.0")
21+
classpath("org.jacoco:org.jacoco.core:0.8.9")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2323
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
2424
}

0 commit comments

Comments
 (0)