Skip to content

Commit a9ea374

Browse files
fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.45.0 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2665c46 commit a9ea374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1616
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
1717
classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}")
18-
classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0")
18+
classpath("com.github.ben-manes:gradle-versions-plugin:0.45.0")
1919
classpath("org.jacoco:org.jacoco.core:0.8.8")
2020
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
2121
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")

0 commit comments

Comments
 (0)