Skip to content

Commit

Permalink
update coroutines to 1.8.0, new minor pkg release
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed May 30, 2024
1 parent e9840c5 commit c829d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ kotlin {

val klockVersion = "2.4.13"
val ktorVersion = "1.6.7"
val coroutinesVersion = "1.7.3"
val coroutinesVersion = "1.8.0"
val uuidVersion = "0.4.1"
val kotlinxSerVersion = "1.5.0"
val kermitVersion = "2.0.0-RC4"
Expand All @@ -105,11 +105,7 @@ kotlin {
implementation(kotlin("stdlib-common"))
implementation("com.benasher44:uuid:$uuidVersion")
implementation("com.soywiz.korlibs.klock:klock:$klockVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion") {
version {
strictly(coroutinesVersion)
}
}
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinxSerVersion")
implementation("co.touchlab:kermit:$kermitVersion")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

group=io.rebble.libpebblecommon
version=0.1.15
version=0.1.16
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
kotlin.native.binary.memoryModel=experimental
kotlin.mpp.androidSourceSetLayoutVersion=2
Expand Down

0 comments on commit c829d17

Please sign in to comment.