From 8acc8d860364cd82d2be3fc51b9c0da3ba907a8f Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 6 Feb 2024 20:25:38 +0800 Subject: [PATCH 1/2] Bump kotlinx-coroutines from 1.7.3 to 1.8.0-RC --- buildSrc/src/main/kotlin/P.kt | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 0ff1b0c9..fdde14f5 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -52,7 +52,7 @@ object P : ProjectDetail() { override val homepage: String get() = HOMEPAGE - private val baseVersion = v(4, 0, 0) - v("dev2") + private val baseVersion = v(4, 0, 0) - v("dev3") val snapshotVersion = baseVersion - Version.SNAPSHOT override val version = if (isSnapshot()) snapshotVersion else baseVersion diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e33ebcec..5f0edff8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.9.22" -kotlinx-coroutines = "1.7.3" +kotlinx-coroutines = "1.8.0-RC2" kotlinx-serialization = "1.6.2" dokka = "1.9.10" openjdk-jmh = "1.35" From 5fae0d930d0f4285806aa0b6673dfa1d09a9fe9e Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 6 Feb 2024 20:36:55 +0800 Subject: [PATCH 2/2] config: release.yml --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 5ca5a62e..ab821702 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -16,6 +16,9 @@ changelog: - title: '✨ 优化' labels: - '优化' + - title: '📦 依赖更新' + labels: + - 'dependencies' - title: '👀 其他变更' labels: - '*'