From 2080ba8154a4c374c933627ec7b29f3762f1c618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:53:44 +0000 Subject: [PATCH] chore(deps): update kotlin to v2.2.0 (#732) 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 e1336010..aa084cf4 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.1.20" +kotlin = "2.2.0" ktor = "3.1.3" exposed = "0.59.0" javacv-ffmpeg = "7.1-1.5.11"