diff --git a/build.gradle.kts b/build.gradle.kts index 7b0330bf..9d61835c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ buildscript { classpath(kotlin("serialization", version = kotlinVersion)) classpath("com.android.tools.build:gradle:7.1.0-alpha13") classpath("com.diffplug.spotless:spotless-plugin-gradle:5.15.0") - classpath("com.google.dagger:hilt-android-gradle-plugin:2.39") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.39.1") } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7bac3aec..b7bad434 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ accompanist = "0.19.0" aurora = "0.0.56-SNAPSHOT" coroutines = "1.5.2" -hilt = "2.39" +hilt = "2.39.1" serialization = "1.3.0" sqldelight = "1.5.1"