Skip to content

Commit

Permalink
fix: update sample-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent cb125a6 commit 58ada87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]

kotlin = "1.9.23"
kotlin = "1.9.24"
datastore = "1.1.1"
infrastructure = "0.18.1"
mavenPublishPlugin = "0.28.0"
junit = "5.10.2"

# Sample
core = "1.13.1"
lifecycle = "2.8.0"
lifecycle = "2.8.3"
activity = "1.9.0"
compose-bom = "2024.05.00"
kotlinx-serialization = "1.6.3"
compose-bom = "2024.06.00"
kotlinx-serialization = "1.7.1"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
Expand Down

0 comments on commit 58ada87

Please sign in to comment.