From 5e42b4d58165691fdf68697938443e96bdbb8052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:39:30 +0000 Subject: [PATCH] Update kotlin monorepo to v2.3.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 419068ee..a33f1dfc 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val V = val requests = "0.8.0" val minimalMillVersion = "0.10.0" val millScipVersion = "0.3.6" - val kotlinVersion = "2.2.0" + val kotlinVersion = "2.3.21" // semanticdb-kotlinc has its own (older) protobuf-java codegen pinned to // 3.17.3 to keep the wire format stable for the kotlinc plugin without // perturbing the rest of scip-java.