From e530d8f3a72d32a242601db3f7af52d46aa299b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:13:47 +0000 Subject: [PATCH] fix(deps): update coroutines to v1.8.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec846c1f..6cef36ee 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ kotest = "5.8.0" mockito = "5.10.0" sttp = "3.9.3" retrofit = "2.9.0" -coroutines = "1.7.3" +coroutines = "1.8.0" [libraries] scala-stdlib = { module = "org.scala-lang:scala3-library_3", version.ref = "scala" }