Skip to content

Commit

Permalink
Update simbot from 4.6.0 to 4.7.0 and add kotlinx-io
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 31, 2024
1 parent 00cc98d commit d2f97c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ kotlin = "2.0.20"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
kotlinx-datetime = "0.6.1"
kotlinx-io = "0.5.4"
dokka = "1.9.20"
ktor = "2.3.12"
openjdk-jmh = "1.37"
log4j = "2.24.1"
reactor = "3.6.11"
# simbot
simbot = "4.6.0"
simbot = "4.7.0"
suspendTransform = "2.0.20-0.9.3"
gradleCommon = "0.6.0"
# ksp
Expand Down Expand Up @@ -64,6 +65,9 @@ kotlinx-serialization-properties = { group = "org.jetbrains.kotlinx", name = "ko
# kotlinx-datetime
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinx-datetime" }

# kotlinx-io
kotlinx-io-core = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinx-io" }

# ktor
ktor-serialization-kotlinxJson = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-server-contentNegotiation = { group = "io.ktor", name = "ktor-server-content-negotiation", version.ref = "ktor" }
Expand Down
3 changes: 1 addition & 2 deletions simbot-component-telegram-type/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import love.forte.gradle.common.core.project.setup
import love.forte.gradle.common.kotlin.multiplatform.applyTier1
import love.forte.gradle.common.kotlin.multiplatform.applyTier2
import love.forte.gradle.common.kotlin.multiplatform.applyTier3
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
kotlin("multiplatform")
Expand Down Expand Up @@ -48,7 +47,7 @@ kotlin {
applyTier2()
applyTier3()

@OptIn(ExperimentalWasmDsl::class)
@OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
wasmJs {
configWasmJs()
}
Expand Down

0 comments on commit d2f97c5

Please sign in to comment.