Skip to content

Commit

Permalink
udpate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Aug 17, 2024
1 parent 22721d6 commit 9dc7ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dependencies {
implementation(libs.androidx.navigation.compose)

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test:runner:1.5.2")
androidTestImplementation("androidx.test:runner:1.6.2")

implementation(project(":common"))
}
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
alias(libs.plugins.compose.compiler)
//alias(libs.plugins.realm.kotlin)
id(libs.plugins.realm.kotlin.get().pluginId)
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.2"
id("io.github.luca992.multiplatform-swiftpackage") version "2.2.3"
}


Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"

coroutines = "1.9.0-RC"
kotlinxSerialization = "1.7.1"
kotlinxDateTime = "0.6.0"

androidGradlePlugin = "8.5.1"
circuit = "0.22.2"
androidGradlePlugin = "8.5.2"
circuit = "0.23.1"
kotlininject = "0.7.1"
ktor = "3.0.0-beta-2"
slf4j = "2.0.13"
realm = "2.0.0"
kmpNativeCoroutines = "1.0.0-ALPHA-31"
realm = "2.1.0"
kmpNativeCoroutines = "1.0.0-ALPHA-34"
kmpObservableViewModel = "1.0.0-BETA-3"

compose-multiplatform = "1.7.0-alpha02"
Expand Down

0 comments on commit 9dc7ba6

Please sign in to comment.