Skip to content

Commit 01b0208

Browse files
committed
Bump dependencies versions
1 parent a47107a commit 01b0208

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ plugins {
66
alias(libs.plugins.composeMultiplatform) apply false
77
alias(libs.plugins.composeCompiler) apply false
88
alias(libs.plugins.kotlinMultiplatform) apply false
9-
id("com.google.devtools.ksp").version("2.1.21-2.0.1").apply(false)
10-
id("com.rickclephas.kmp.nativecoroutines").version("1.0.0-ALPHA-43").apply(false)
9+
id("com.google.devtools.ksp").version("2.2.0-2.0.2").apply(false)
10+
id("com.rickclephas.kmp.nativecoroutines").version("1.0.0-ALPHA-45").apply(false)
1111
}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ android-compileSdk = "35"
44
android-minSdk = "24"
55
android-targetSdk = "35"
66
androidx-activity = "1.10.1"
7-
androidx-appcompat = "1.7.0"
7+
androidx-appcompat = "1.7.1"
88
androidx-constraintlayout = "2.2.1"
99
androidx-core = "1.16.0"
1010
androidx-espresso = "3.6.1"
11-
androidx-lifecycle = "2.9.0"
11+
androidx-lifecycle = "2.9.1"
1212
androidx-testExt = "1.2.1"
13-
composeMultiplatform = "1.8.1"
13+
composeMultiplatform = "1.8.2"
1414
junit = "4.13.2"
15-
kotlin = "2.1.21"
15+
kotlin = "2.2.0"
1616

1717
[libraries]
1818
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
394394
requirement = {
395395
kind = exactVersion;
396-
version = "1.0.0-ALPHA-43";
396+
version = "1.0.0-ALPHA-45";
397397
};
398398
};
399399
/* End XCRemoteSwiftPackageReference section */

iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
plugins {
55
alias(libs.plugins.kotlinMultiplatform)
66
alias(libs.plugins.androidLibrary)
7-
kotlin("plugin.serialization") version "2.1.21"
7+
kotlin("plugin.serialization") version "2.2.0"
88
id("com.google.devtools.ksp")
99
id("com.rickclephas.kmp.nativecoroutines")
1010
}
@@ -28,7 +28,7 @@ kotlin {
2828
}
2929
}
3030

31-
val ktorVersion = "3.1.3"
31+
val ktorVersion = "3.2.0"
3232

3333
sourceSets {
3434
all {

0 commit comments

Comments
 (0)