From d485e42f5ff56d589bf131fdc7568d751e6c244f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 17:28:25 +0000 Subject: [PATCH] fix(deps): update coroutines to v1.8.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d9922eed..52297e34 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -5,7 +5,7 @@ ktor = "2.3.9" exposed = "0.49.0" javacv-ffmpeg = "6.1.1-1.5.10" detekt = "1.23.6" -coroutines = "1.8.0" +coroutines = "1.8.1" swagger = "2.2.6" serialization = "1.6.3" kjob = "0.6.0"