Skip to content

Commit

Permalink
fix(deps): update deps.dagger.version to v2.48.1 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent f3c4099 commit ab858bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ object deps {
}

object dagger {
const val version = "2.48"
const val version = "2.48.1"
const val hiltAndroid = "com.google.dagger:hilt-android:$version"
const val hiltAndroidCompiler = "com.google.dagger:hilt-android-compiler:$version"
}
Expand Down

0 comments on commit ab858bc

Please sign in to comment.