Skip to content

Commit 37f61c3

Browse files
fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.46.0 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0500dd8 commit 37f61c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.45.0")
18+
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.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)