Skip to content

Commit

Permalink
Update simbot from 4.6.1 to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 28, 2024
1 parent 733b412 commit 17c9ce9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ 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"
log4j = "2.24.1"
# simbot
simbot = "4.6.1"
simbot = "4.7.0"
suspendTransform = "2.0.20-0.9.3"
gradleCommon = "0.6.0"
# ksp
Expand Down Expand Up @@ -59,6 +60,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

0 comments on commit 17c9ce9

Please sign in to comment.