From e261b2d3cb13c55a05961835aef09093c8ca5320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:49:55 +0000 Subject: [PATCH] chore(deps): update kotlin to v2.1.0 (#635) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index fb6d55e7..ccbc2c89 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.0.20" +kotlin = "2.1.0" ktor = "2.3.13" exposed = "0.54.0" javacv-ffmpeg = "6.1.1-1.5.10"