From 7ebbe700f003f7e0f5d7256fc0c465fa485a10b0 Mon Sep 17 00:00:00 2001 From: David Perez Date: Thu, 5 Sep 2024 12:33:55 -0500 Subject: [PATCH] Update immutable collection to v0.3.8 (#3870) --- 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 18ffbd4da..e0d335bdc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ junit5 = "5.11.0" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. kotlin = "2.0.20" -kotlinxCollectionsImmutable = "0.3.7" +kotlinxCollectionsImmutable = "0.3.8" kotlinxCoroutines = "1.8.1" kotlinxSerialization = "1.7.1" kotlinxKover = "0.8.3"