Skip to content

Commit

Permalink
Merge pull request #135 from simple-robot/dev/upgrade-simbot
Browse files Browse the repository at this point in the history
Upgrade simbot from 4.6.0 to 4.7.0 and add kotlinx-io to libs.versions
  • Loading branch information
ForteScarlet authored Oct 31, 2024
2 parents b77dfef + d14717e commit 76bffe7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 61 deletions.
11 changes: 0 additions & 11 deletions .changelog/v1.0.0-RC.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.0.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.0.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.1.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.3.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.4.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.4.1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v1.4.2.md

This file was deleted.

6 changes: 5 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
kotlin = "2.0.20"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
kotlinx-io = "0.5.4"
dokka = "1.9.20"
ktor = "2.3.12"
openjdk-jmh = "1.37"
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 @@ -49,6 +50,9 @@ kotlinx-coroutines-reactor = { group = "org.jetbrains.kotlinx", name = "kotlinx-
kotlinx-serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization" }

# 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" }

Expand Down

0 comments on commit 76bffe7

Please sign in to comment.