Skip to content

Commit

Permalink
Merge branch 'main' of home:bsautner/kobold
Browse files Browse the repository at this point in the history
  • Loading branch information
bsautner committed Feb 18, 2025
2 parents c1f020b + 04cd182 commit 9d624b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
configurations.all {
resolutionStrategy {
force("androidx.lifecycle:lifecycle-viewmodel:2.8.7")
force("androidx.lifecycle:lifecycle-runtime-compose:2.6.2")
force("androidx.lifecycle:lifecycle-runtime-compose:2.8.7")
force("androidx.arch.core:core-common:2.2.0")
force("androidx.annotation:annotation:1.9.1")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ androidx-arch-core-common = "2.2.0"
compose-multiplatform = "1.8.0-alpha02"
dokka = "2.0.0"

kotlinxDatetime = "0.6.1"
kotlinxDatetime = "0.6.2"
kotlinxSerializationJSON = "1.8.0"
kotlinxCoroutines = "1.10.1"
kotlin = "2.1.10"
ktor = "3.1.0"
ksp = "2.1.10-1.0.29"
ksp = "2.1.10-1.0.30"
serialization = "2.1.10"
poet_version = "2.0.0"
logback_version = "1.5.16"
Expand Down
2 changes: 1 addition & 1 deletion ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
api(libs.slf4j)
api(libs.bundles.poet)
implementation("androidx.annotation:annotation:1.9.1")
implementation("androidx.collection:collection:1.5.0-alpha06")
implementation("androidx.collection:collection:1.5.0-beta03")
testImplementation(kotlin("test"))
testImplementation("dev.zacsweers.kctfork:ksp:0.7.0")
testImplementation("dev.zacsweers.kctfork:core:0.7.0")
Expand Down

0 comments on commit 9d624b8

Please sign in to comment.