Skip to content

Commit

Permalink
[API]: Bump org.jetbrains.kotlinx:kotlinx-coroutines-core in /noty-api
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 35d1848 commit b2d57eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noty-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
kotlinVersion = "1.9.24"
kotlinSerializerVersion = "1.5.1"
ktlintVersion = "11.6.1"
coroutinesVersion = "1.8.1"
coroutinesVersion = "1.9.0"
ktorVersion = "1.6.8"
exposedVersion = "0.44.0"
postgresVersion = "42.7.4"
Expand Down

0 comments on commit b2d57eb

Please sign in to comment.