Skip to content

Commit

Permalink
fix(deps): update all dependencies to v1.8.1
Browse files Browse the repository at this point in the history
| datasource | package                                       | from       | to    |
| ---------- | --------------------------------------------- | ---------- | ----- |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.8.1-Beta | 1.8.1 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.8.1-Beta | 1.8.1 |
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 9380039 commit e730a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.6"
}

val coroutinesVersion = "1.8.1-Beta"
val coroutinesVersion = "1.8.1"
val ktlintVersion = "1.0.0"

repositories {
Expand Down

0 comments on commit e730a7b

Please sign in to comment.