Skip to content

Commit 9026001

Browse files
fix(deps): update versions.hilt to v2.52 (#933)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33ea0e3 commit 9026001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object Versions {
33
const val lifecycle = "2.6.1"
44
const val room = "2.5.2"
55
const val navigation = "2.5.3"
6-
const val hilt = "2.51.1"
6+
const val hilt = "2.52"
77
const val compose = "1.6.8"
88
const val activity = "1.7.1"
99
const val agp = "7.3.0"

0 commit comments

Comments
 (0)