Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit eff7cd2

Browse files
Update all dependencies
1 parent f9b7bd4 commit eff7cd2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

settings.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(
77
dependencyResolutionManagement {
88
versionCatalogs {
99
create("jetbrains") {
10-
version("kotlin", "1.9.23")
10+
version("kotlin", "2.0.0")
1111

1212
plugin("multiplatform", "org.jetbrains.kotlin.multiplatform").versionRef("kotlin")
1313
plugin("serialization", "org.jetbrains.kotlin.plugin.serialization").versionRef("kotlin")
@@ -21,16 +21,16 @@ dependencyResolutionManagement {
2121
}
2222

2323
create("kotlinx") {
24-
library("io", "org.jetbrains.kotlinx", "kotlinx-io-core").version("0.3.3")
25-
library("datetime", "org.jetbrains.kotlinx", "kotlinx-datetime").version("0.5.0")
24+
library("io", "org.jetbrains.kotlinx", "kotlinx-io-core").version("0.3.5")
25+
library("datetime", "org.jetbrains.kotlinx", "kotlinx-datetime").version("0.6.0")
2626
library("json", "org.jetbrains.kotlinx", "kotlinx-serialization-json").version("1.6.3")
27-
library("coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").version("1.8.0")
27+
library("coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").version("1.8.1")
2828

2929
bundle("kotlinx", listOf("coroutines", "coroutines", "datetime", "io"))
3030
}
3131

3232
create("ktorio") {
33-
version("ktor", "2.3.10")
33+
version("ktor", "2.3.11")
3434
library("cio", "io.ktor", "ktor-server-cio").versionRef("ktor")
3535
library("network", "io.ktor", "ktor-network").versionRef("ktor")
3636
library("core", "io.ktor", "ktor-server-core").versionRef("ktor")
@@ -68,7 +68,7 @@ dependencyResolutionManagement {
6868
}
6969

7070
create("cryptography"){
71-
library("core", "dev.whyoleg.cryptography", "cryptography-core").version("0.3.0")
71+
library("core", "dev.whyoleg.cryptography", "cryptography-core").version("0.3.1")
7272
}
7373

7474
create("kn") {

0 commit comments

Comments
 (0)