From f9d2b72e757b1bf065b4e43ab53b802c2486e249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:17:00 +0000 Subject: [PATCH] Update dependency com.github.doyaaaaaken:kotlin-csv-jvm to v1.10.0 --- src/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs.versions.toml b/src/libs.versions.toml index 36c31ae..4d21297 100644 --- a/src/libs.versions.toml +++ b/src/libs.versions.toml @@ -44,7 +44,7 @@ whatTheStack = "1.0.0-alpha04" kotlinInject = "0.7.2" uuid = "0.8.4" bignum = "0.3.10" -kotlinCsv = "1.9.3" +kotlinCsv = "1.10.0" kotlinResult = "2.0.0" appdirs = "1.2.2" buildKonfig = "0.15.2"