Skip to content

Commit

Permalink
Replace coroutines with old release compatible with ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 3, 2024
1 parent 640e0e5 commit cd4f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.0"
kordex = "1.8.1-SNAPSHOT"
kmongo = "5.1.0"
coroutines = "1.9.0-RC"
coroutines = "1.8.1"
serialization = "1.7.0-RC"
ktor = "2.3.11"
kord = "0.14.0"
Expand Down

0 comments on commit cd4f747

Please sign in to comment.