Skip to content

Commit 0d721f9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ dependencies {
8888
implementation("com.microsoft.onnxruntime:onnxruntime-android:1.16.0")
8989

9090
// Hilt DI
91-
implementation("com.google.dagger:hilt-android:2.56")
92-
ksp("com.google.dagger:hilt-compiler:2.56")
91+
implementation("com.google.dagger:hilt-android:2.59.2")
92+
ksp("com.google.dagger:hilt-compiler:2.59.2")
9393
implementation("androidx.hilt:hilt-navigation-compose:1.3.0")
9494

9595
val nav_version = "2.9.7"

0 commit comments

Comments
 (0)