Skip to content

Commit 98ea29b

Browse files
build(deps): bump com.google.dagger:hilt-compiler in /app
Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.57.2 to 2.58. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](google/dagger@dagger-2.57.2...dagger-2.58) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-version: '2.58' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3d2675 commit 98ea29b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ dependencies {
115115
implementation("androidx.webkit:webkit:1.15.0")
116116

117117
// DI (Hilt)
118-
implementation("com.google.dagger:hilt-android:2.57.2")
119-
ksp("com.google.dagger:hilt-compiler:2.57.2")
118+
implementation("com.google.dagger:hilt-android:2.58")
119+
ksp("com.google.dagger:hilt-compiler:2.58")
120120

121121
// Navigation
122122
implementation("androidx.navigation:navigation-compose:2.9.6")

0 commit comments

Comments
 (0)