(fix) Umbau zu SCS
This commit is contained in:
@@ -6,7 +6,7 @@ kotlinxSerialization = "1.8.1"
|
||||
kotlinxDatetime = "0.6.1"
|
||||
|
||||
# Kotlin Wrappers for JS
|
||||
kotlinWrappers = "1.0.0-pre.761"
|
||||
kotlinWrappers = "1.0.0-pre.710"
|
||||
|
||||
# Compose
|
||||
composeMultiplatform = "1.8.0" #"1.7.3"
|
||||
@@ -58,6 +58,12 @@ ktor-server-authJwt = { module = "io.ktor:ktor-server-auth-jwt", version.ref = "
|
||||
ktor-server-openapi = { module = "io.ktor:ktor-server-openapi", version.ref = "ktor" }
|
||||
ktor-server-swagger = { module = "io.ktor:ktor-server-swagger", version.ref = "ktor" }
|
||||
|
||||
# Ktor Client
|
||||
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
||||
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
|
||||
ktor-client-contentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
||||
ktor-client-serializationKotlinxJson = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
||||
|
||||
|
||||
# Database
|
||||
exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
|
||||
|
||||
Reference in New Issue
Block a user