From 88f3bfbc7ace855f22396621c660b09cdeb98ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 22:59:43 +0000 Subject: [PATCH] chore(deps): update kotlin to v2.1.20 (#690) 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 703ede40..1893d536 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.1.10" +kotlin = "2.1.20" ktor = "3.1.1" exposed = "0.59.0" javacv-ffmpeg = "7.1-1.5.11"