Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Dec 27, 2024
1 parent 473ec2a commit 8ee6e8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/wizard/Entity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data class ProjectInfo(
val name: String,
val moduleName: String,
val platforms: Set<ProjectPlatform>,
val gradleVersion: String = "8.11.1",
val gradleVersion: String = "8.12",
val androidMinSdk: Int = 21,
val androidTargetSdk: Int = 35,
val dependencies: Set<Dependency>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ val MultiplatformSettings = Dependency(
url = "https://github.com/russhwolf/multiplatform-settings",
group = "com.russhwolf",
id = "multiplatform-settings",
version = "1.2.0",
version = "1.3.0",
catalogVersionName = "multiplatformSettings",
catalogName = "multiplatformSettings",
platforms = emptySet()
Expand All @@ -114,7 +114,7 @@ val Koin = Dependency(
url = "https://github.com/InsertKoinIO/koin",
group = "io.insert-koin",
id = "koin-core",
version = "4.0.0",
version = "4.0.1",
catalogVersionName = "koin",
catalogName = "koin-core",
platforms = emptySet()
Expand Down
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/wizard/dependencies/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val ComposePlugin = Dependency(
url = "https://www.jetbrains.com/lp/compose-multiplatform/",
group = "org.jetbrains.compose",
id = "gradle-plugin",
version = "1.7.1",
version = "1.7.3",
catalogVersionName = "compose",
catalogName = "compose",
platforms = emptySet()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val KtorCore = Dependency(
url = "https://github.com/ktorio/ktor",
group = "io.ktor",
id = "ktor-client-core",
version = "3.0.1",
version = "3.0.3",
catalogVersionName = "ktor",
catalogName = "ktor-client-core",
platforms = emptySet()
Expand Down Expand Up @@ -81,7 +81,7 @@ val KotlinxCoroutinesCore = Dependency(
url = "https://github.com/Kotlin/kotlinx.coroutines",
group = "org.jetbrains.kotlinx",
id = "kotlinx-coroutines-core",
version = "1.9.0",
version = "1.10.1",
catalogVersionName = "kotlinx-coroutines",
catalogName = "kotlinx-coroutines-core",
platforms = emptySet()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val RoomPlugin = Dependency(
url = "https://developer.android.com/kotlin/multiplatform/room",
group = "androidx.room",
id = "gradle-plugin",
version = "2.7.0-alpha11",
version = "2.7.0-alpha12",
catalogVersionName = "room",
catalogName = "room",
platforms = emptySet()
Expand Down

0 comments on commit 8ee6e8c

Please sign in to comment.