Skip to content

Commit 258e90d

Browse files
authored
Merge pull request #136 from simple-robot/dev/main
Release: v1.4.4
2 parents d757d5b + 9da67c8 commit 258e90d

File tree

10 files changed

+8
-64
lines changed

10 files changed

+8
-64
lines changed

.changelog/v1.0.0-RC.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changelog/v1.0.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.0.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.1.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.3.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.4.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.4.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/v1.4.2.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ object P {
3737
override val description: String get() = DESCRIPTION
3838
override val homepage: String get() = HOMEPAGE
3939

40-
const val VERSION = "1.4.3"
41-
const val NEXT_VERSION = "1.4.4"
40+
const val VERSION = "1.4.4"
41+
const val NEXT_VERSION = "1.4.5"
4242

4343
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
4444
override val version = if (isSnapshot()) snapshotVersion else VERSION

gradle/libs.versions.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
kotlin = "2.0.20"
33
kotlinx-coroutines = "1.9.0"
44
kotlinx-serialization = "1.7.3"
5+
kotlinx-io = "0.5.4"
56
dokka = "1.9.20"
67
ktor = "2.3.12"
78
openjdk-jmh = "1.37"
89
log4j = "2.24.1"
910
# simbot
10-
simbot = "4.6.1"
11+
simbot = "4.7.0"
1112
suspendTransform = "2.0.20-0.9.3"
1213
gradleCommon = "0.6.0"
1314
# ksp
1415
ksp = "2.0.20-1.0.25"
1516
# https://square.github.io/kotlinpoet/
16-
kotlinPoet = "1.18.1"
17+
kotlinPoet = "2.0.0"
1718
# https://mockk.io/
1819
mockk = "1.13.13"
1920
# https://detekt.dev/docs/intro
@@ -49,6 +50,9 @@ kotlinx-coroutines-reactor = { group = "org.jetbrains.kotlinx", name = "kotlinx-
4950
kotlinx-serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
5051
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
5152

53+
# kotlinx-io
54+
kotlinx-io-core = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinx-io" }
55+
5256
# ktor
5357
ktor-serialization-kotlinxJson = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
5458

0 commit comments

Comments
 (0)