Skip to content

Commit

Permalink
Merge pull request #123 from simple-robot/upgrade-kotlinx.coroutine-1…
Browse files Browse the repository at this point in the history
…80RC2

Bump kotlinx-coroutines from 1.7.3 to 1.8.0-RC
  • Loading branch information
ForteScarlet authored Feb 6, 2024
2 parents 2b8f404 + 5fae0d9 commit 655cb4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ changelog:
- title: '✨ 优化'
labels:
- '优化'
- title: '📦 依赖更新'
labels:
- 'dependencies'
- title: '👀 其他变更'
labels:
- '*'
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 655cb4e

Please sign in to comment.