Skip to content

Commit

Permalink
Merge pull request #136 from simple-robot/dev/main
Browse files Browse the repository at this point in the history
Release: v1.4.4
  • Loading branch information
ForteScarlet authored Oct 31, 2024
2 parents d757d5b + 9da67c8 commit 258e90d
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 64 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.

4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.4.3"
const val NEXT_VERSION = "1.4.4"
const val VERSION = "1.4.4"
const val NEXT_VERSION = "1.4.5"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down
8 changes: 6 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
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
ksp = "2.0.20-1.0.25"
# https://square.github.io/kotlinpoet/
kotlinPoet = "1.18.1"
kotlinPoet = "2.0.0"
# https://mockk.io/
mockk = "1.13.13"
# https://detekt.dev/docs/intro
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 258e90d

Please sign in to comment.