Skip to content

Commit

Permalink
update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 98b3272 commit 6e89a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subprojects {

ktlint().customRuleSets(
listOf(
"io.nlopez.compose.rules:ktlint:0.4.19",
"io.nlopez.compose.rules:ktlint:0.4.22",
),
)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.1.0"
agp = "8.7.2"
core-ktx = "1.15.0"
compose = "1.7.1"
compose = "1.8.0+check"
compose-activity = "1.9.3"
spotless = "6.25.0"
kotlin-compatibility = "0.16.3"
Expand Down

0 comments on commit 6e89a9b

Please sign in to comment.