Skip to content

Commit 01e8443

Browse files
fix(deps): update versions.room to v2.7.1 (#1172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a792950 commit 01e8443

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
@@ -1,7 +1,7 @@
11
object Versions {
22
const val kotlin = "2.0.21"
33
const val lifecycle = "2.6.1"
4-
const val room = "2.7.0"
4+
const val room = "2.7.1"
55
const val navigation = "2.5.3"
66
const val hilt = "2.56.2"
77
const val compose = "1.7.8"

0 commit comments

Comments
 (0)